Skip to content

Update softprops/action-gh-release action to v3 (main)#6627

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/main-092ec9fe31195
Open

Update softprops/action-gh-release action to v3 (main)#6627
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/main-092ec9fe31195

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 13, 2026

This PR contains the following updates:

Package Type Update Change
softprops/action-gh-release action major v2.5.3v3.0.0

Release Notes

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

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

v2.6.2

Compare Source

What's Changed

Other Changes 🔄

Full Changelog: softprops/action-gh-release@v2...v2.6.2

v2.6.1

Compare Source

2.6.1 is a patch release focused on restoring linked discussion thread creation when
discussion_category_name is set. It fixes #764, where the draft-first publish flow
stopped carrying the discussion category through the final publish step.

If you still hit an issue after upgrading, please open a report with the bug template and include a minimal repro or sanitized workflow snippet where possible.

What's Changed

Bug fixes 🐛

v2.6.0

Compare Source

2.6.0 is a minor release centered on previous_tag support for generate_release_notes,
which lets workflows pin GitHub's comparison base explicitly instead of relying on the default range.
It also includes the recent concurrent asset upload recovery fix, a working_directory docs sync,
a checked-bundle freshness guard for maintainers, and clearer immutable-prerelease guidance where
GitHub platform behavior imposes constraints on how prerelease asset uploads can be published.

If you still hit an issue after upgrading, please open a report with the bug template and include a minimal repro or sanitized workflow snippet where possible.

What's Changed

Exciting New Features 🎉
Bug fixes 🐛
Other Changes 🔄

Configuration

📅 Schedule: (in timezone Europe/Vienna)

  • Branch creation
    • At 12:00 AM through 07:59 AM and 08:00 PM through 11:59 PM, Monday through Friday (* 0-7,20-23 * * 1-5)
    • Only on Sunday and Saturday (* * * * 0,6)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from a team as a code owner May 13, 2026 06:48
@renovate renovate Bot added the dependencies Changes in our dependencies label May 13, 2026
@renovate renovate Bot enabled auto-merge May 13, 2026 06:48
@github-actions github-actions Bot added the ci Updates to the pipeline label May 13, 2026
echo ${COSIGN_PUBLIC_KEY} | base64 -d > tmp/cosign.pub
- name: Create pre-release
uses: softprops/action-gh-release@1853d73993c8ca1b2c9c1a7fede39682d0ab5c2a # v2.5.3
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
fail_on_unmatched_files: true
- name: Create release
uses: softprops/action-gh-release@1853d73993c8ca1b2c9c1a7fede39682d0ab5c2a # v2.5.3
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
@renovate renovate Bot force-pushed the renovate/main-092ec9fe31195 branch 4 times, most recently from 4a3b3af to c0a2ff5 Compare May 15, 2026 07:17
@renovate renovate Bot force-pushed the renovate/main-092ec9fe31195 branch from c0a2ff5 to 181e722 Compare May 15, 2026 08:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci Updates to the pipeline dependencies Changes in our dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant