Skip to content

Update softprops/action-gh-release to v2.6.1 (Node.js 24 support)#39

Merged
josin merged 2 commits intomasterfrom
copilot/publish-to-marketplace-github-release
Mar 19, 2026
Merged

Update softprops/action-gh-release to v2.6.1 (Node.js 24 support)#39
josin merged 2 commits intomasterfrom
copilot/publish-to-marketplace-github-release

Conversation

Copy link
Contributor

Copilot AI commented Mar 19, 2026

softprops/action-gh-release@v2 runs on Node.js 20, which GitHub Actions is deprecating (forced to Node.js 24 by default starting June 2, 2026).

Changes

  • .github/workflows/release.yml: Pin softprops/action-gh-release to v2.6.1, the latest release with Node.js 24 support.
- uses: softprops/action-gh-release@v2
+ uses: softprops/action-gh-release@v2.6.1

🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Copilot AI linked an issue Mar 19, 2026 that may be closed by this pull request
…pport

Co-authored-by: josin <381741+josin@users.noreply.github.com>
Copilot AI changed the title [WIP] Publish to Marketplace and create GitHub Release Update softprops/action-gh-release to v2.6.1 (Node.js 24 support) Mar 19, 2026
Copilot AI requested a review from josin March 19, 2026 21:12
@josin josin marked this pull request as ready for review March 19, 2026 21:12
Copilot AI review requested due to automatic review settings March 19, 2026 21:12
@josin josin merged commit 91975c6 into master Mar 19, 2026
2 checks passed
@josin josin deleted the copilot/publish-to-marketplace-github-release branch March 19, 2026 21:12
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the release workflow to use a version of softprops/action-gh-release that supports the newer GitHub Actions Node.js runtime, aligning the repository’s release pipeline with upcoming GitHub-hosted runner changes.

Changes:

  • Pin softprops/action-gh-release from @v2 to @v2.6.1 in the release workflow.


- name: Create GitHub Release
uses: softprops/action-gh-release@v2
uses: softprops/action-gh-release@v2.6.1
Copy link

Copilot AI Mar 19, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This workflow pins softprops/action-gh-release to a specific patch version (v2.6.1), while the rest of the workflow uses major-version tags (e.g., actions/checkout@v6, setup-node@v6). Consider using @v2 for consistency and to receive future patch/security updates automatically, or add a brief comment explaining why a patch pin is required here (e.g., to guarantee Node.js 24 support).

Suggested change
uses: softprops/action-gh-release@v2.6.1
uses: softprops/action-gh-release@v2

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Publish to Marketplace and create GitHub Release

3 participants