Conversation
…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
josin
approved these changes
Mar 19, 2026
Contributor
There was a problem hiding this comment.
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-releasefrom@v2to@v2.6.1in the release workflow.
|
|
||
| - name: Create GitHub Release | ||
| uses: softprops/action-gh-release@v2 | ||
| uses: softprops/action-gh-release@v2.6.1 |
There was a problem hiding this comment.
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
softprops/action-gh-release@v2runs 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: Pinsoftprops/action-gh-releasetov2.6.1, the latest release with Node.js 24 support.🔒 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.