Update release action to Node 24 runtime#6
Merged
pasunboneleve merged 1 commit intomainfrom May 4, 2026
Merged
Conversation
Context: the v0.9.0 release completed but GitHub warned that softprops/action-gh-release@v2 runs on the deprecated Node 20 action runtime. Decision: pin the release workflow to softprops/action-gh-release@v3.0.0, the latest upstream release, and record the maintenance change in the changelog. Alternatives considered: using the floating @V3 major tag would also pick up the Node 24 line, but an explicit release tag keeps this repository's release workflow more reviewable. Tradeoffs: exact pinning requires manual updates for future action releases, but avoids silent behaviour changes in release publishing. Architectural impact: no application runtime impact; release automation now uses the Node 24-compatible action line.
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.
Summary
softprops/action-gh-release@v3.0.0CHANGELOG.mdVerification
v3.0.0git diff --checkNotes
mainis now protected with pull requests required and admin enforcement enabled.