Update softprops/action-gh-release action to v3 #7

Open
renovate-bot wants to merge 1 commit from renovate/softprops-action-gh-release-3.x into main
Collaborator

This PR contains the following updates:

Package Type Update Change
softprops/action-gh-release action major v2v3

⚠️ Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

softprops/action-gh-release (softprops/action-gh-release)

v3.0.2

Compare Source

3.0.2 is a patch release focused on release reliability and compatibility. It
reuses existing draft releases when publishing prereleases, supports replacing
release assets on Gitea, hardens streamed asset uploads, and provides clearer
release-creation diagnostics. It also includes TypeScript, coverage, and tooling
maintenance merged since 3.0.1.

This release fixes #​795, #​438, and #​803. The upload transport hardening covers the
historical failure reported in #​790, although current hosted Node 24 runners did
not reproduce it naturally. The diagnostics work is related to #​786 and does not
claim a reproducible release-creation fix.

What's Changed

Exciting New Features 🎉
Bug fixes 🐛
Other Changes 🔄

v3.0.1

Compare Source

3.0.1

  • maintenance release with updated dependencies

v3.0.0

Compare Source

3.0.0 is a major release that moves the action runtime from Node 20 to Node 24.
Use v3 on GitHub-hosted runners and self-hosted fleets that already support the
Node 24 Actions runtime. If you still need the last Node 20-compatible line, stay on
v2.6.2.

What's Changed

Other Changes 🔄
  • Move the action runtime and bundle target to Node 24
  • Update @types/node to the Node 24 line and allow future Dependabot updates
  • Keep the floating major tag on v3; v2 remains pinned to the latest 2.x release

v3

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | action | major | `v2` → `v3` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the warning logs for more information. --- ### Release Notes <details> <summary>softprops/action-gh-release (softprops/action-gh-release)</summary> ### [`v3.0.2`](https://github.com/softprops/action-gh-release/releases/tag/v3.0.2) [Compare Source](https://github.com/softprops/action-gh-release/compare/v3.0.1...v3.0.2) `3.0.2` is a patch release focused on release reliability and compatibility. It reuses existing draft releases when publishing prereleases, supports replacing release assets on Gitea, hardens streamed asset uploads, and provides clearer release-creation diagnostics. It also includes TypeScript, coverage, and tooling maintenance merged since `3.0.1`. This release fixes [#&#8203;795](https://github.com/softprops/action-gh-release/issues/795), [#&#8203;438](https://github.com/softprops/action-gh-release/issues/438), and [#&#8203;803](https://github.com/softprops/action-gh-release/issues/803). The upload transport hardening covers the historical failure reported in [#&#8203;790](https://github.com/softprops/action-gh-release/issues/790), although current hosted Node 24 runners did not reproduce it naturally. The diagnostics work is related to [#&#8203;786](https://github.com/softprops/action-gh-release/issues/786) and does not claim a reproducible release-creation fix. #### What's Changed ##### Exciting New Features 🎉 - feat: improve release error reporting and test coverage by [@&#8203;chenrui333](https://github.com/chenrui333) in [#&#8203;813](https://github.com/softprops/action-gh-release/pull/813) ##### Bug fixes 🐛 - fix: publish existing draft releases as prereleases by [@&#8203;godfengliang](https://github.com/godfengliang) in [#&#8203;801](https://github.com/softprops/action-gh-release/pull/801) - fix: upload small checksum assets reliably by [@&#8203;chenrui333](https://github.com/chenrui333) in [#&#8203;815](https://github.com/softprops/action-gh-release/pull/815) - fix: replace existing release assets on Gitea by [@&#8203;chenrui333](https://github.com/chenrui333) in [#&#8203;816](https://github.com/softprops/action-gh-release/pull/816) - fix: clarify release creation 404 errors by [@&#8203;chenrui333](https://github.com/chenrui333) in [#&#8203;817](https://github.com/softprops/action-gh-release/pull/817) ##### Other Changes 🔄 - chore(deps): upgrade TypeScript to 7 by [@&#8203;chenrui333](https://github.com/chenrui333) in [#&#8203;812](https://github.com/softprops/action-gh-release/pull/812) - chore(deps): remove unused TypeScript tooling by [@&#8203;chenrui333](https://github.com/chenrui333) in [#&#8203;814](https://github.com/softprops/action-gh-release/pull/814) - dependency, Node 24 pin, and CI maintenance merged since `3.0.1` ### [`v3.0.1`](https://github.com/softprops/action-gh-release/releases/tag/v3.0.1) [Compare Source](https://github.com/softprops/action-gh-release/compare/v3...v3.0.1) #### 3.0.1 - maintenance release with updated dependencies ### [`v3.0.0`](https://github.com/softprops/action-gh-release/releases/tag/v3.0.0) [Compare Source](https://github.com/softprops/action-gh-release/compare/v3...v3) `3.0.0` is a major release that moves the action runtime from Node 20 to Node 24. Use `v3` on GitHub-hosted runners and self-hosted fleets that already support the Node 24 Actions runtime. If you still need the last Node 20-compatible line, stay on `v2.6.2`. #### What's Changed ##### Other Changes 🔄 - Move the action runtime and bundle target to Node 24 - Update `@types/node` to the Node 24 line and allow future Dependabot updates - Keep the floating major tag on `v3`; `v2` remains pinned to the latest `2.x` release ### [`v3`](https://github.com/softprops/action-gh-release/compare/v2.6.2...v3) [Compare Source](https://github.com/softprops/action-gh-release/compare/v2.6.2...v3) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMTEuMCIsInVwZGF0ZWRJblZlciI6IjQzLjI1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Update softprops/action-gh-release action to v3
Some checks failed
build-and-test / build (pull_request) Failing after 1m17s
ca5573e9b3
Some checks failed
build-and-test / build (pull_request) Failing after 1m17s
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/softprops-action-gh-release-3.x:renovate/softprops-action-gh-release-3.x
git switch renovate/softprops-action-gh-release-3.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/softprops-action-gh-release-3.x
git switch renovate/softprops-action-gh-release-3.x
git rebase main
git switch main
git merge --ff-only renovate/softprops-action-gh-release-3.x
git switch renovate/softprops-action-gh-release-3.x
git rebase main
git switch main
git merge --no-ff renovate/softprops-action-gh-release-3.x
git switch main
git merge --squash renovate/softprops-action-gh-release-3.x
git switch main
git merge --ff-only renovate/softprops-action-gh-release-3.x
git switch main
git merge renovate/softprops-action-gh-release-3.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
phbaer/ha-birthday-calendar!7
No description provided.