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

Merged
phbaer merged 1 commit from renovate/softprops-action-gh-release-3.x into main 2026-09-13 03:27:58 +00:00
Collaborator

This PR contains the following updates:

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

Release Notes

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

v3.0.3

Compare Source

3.0.3 is a maintenance release with updated dependencies. It also safely
classifies malformed GitHub API errors to avoid secondary failures (#​822).

What's Changed

Bug fixes 🐛
Other Changes 🔄
  • dependency updates

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

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 CLI.

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` | --- ### Release Notes <details> <summary>softprops/action-gh-release (softprops/action-gh-release)</summary> ### [`v3.0.3`](https://github.com/softprops/action-gh-release/releases/tag/v3.0.3) [Compare Source](https://github.com/softprops/action-gh-release/compare/v3.0.2...v3.0.3) `3.0.3` is a maintenance release with updated dependencies. It also safely classifies malformed GitHub API errors to avoid secondary failures ([#&#8203;822](https://github.com/softprops/action-gh-release/issues/822)). #### What's Changed ##### Bug fixes 🐛 - fix: safely classify GitHub API errors by [@&#8203;chenrui333](https://github.com/chenrui333) in [#&#8203;822](https://github.com/softprops/action-gh-release/pull/822) ##### Other Changes 🔄 - dependency updates ### [`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/v2.6.2...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 </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 CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC40OC4zIiwidXBkYXRlZEluVmVyIjoiNDQuNDguMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Update softprops/action-gh-release action to v3
All checks were successful
Validate frontend / validate (push) Successful in 2s
Validate frontend / release (push) Has been skipped
Validate frontend / validate (pull_request) Successful in 2s
Validate frontend / release (pull_request) Has been skipped
2ac53e7ccf
phbaer merged commit f6c6cbaa00 into main 2026-09-13 03:27:58 +00:00
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-poolsensor!8
No description provided.