ci: bump actions to Node 24 runtimes - #164
Merged
Merged
Conversation
GitHub is force-running Node 20 actions on Node 24 and warning about it. - actions/setup-node v4 -> v7 - actions/checkout v4 -> v6 (matches the other workflows) - softprops/action-gh-release v2 -> v3 - TriPSs/conventional-changelog-action v5 -> v6 All four new majors declare using: node24. No input renames; the only breaking change in conventional-changelog-action v6 is prerelease type derivation, and this workflow does not set prerelease.
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.
What
GitHub is force-running our Node 20 actions on Node 24 and warning on every run (example). Bumps every action to a major that declares
using: node24.actions/setup-nodeactions/checkoutsoftprops/action-gh-releaseTriPSs/conventional-changelog-actioncheckoutwas already on v6 intag-release.ymlandautomated-release.yml; this only bringsvalidate.ymlin line.Breaking-change review
setup-node@v7- ESM migration + Node 24 runtime. No input removals;node-version,cache,registry-urlunchanged.action-gh-release@v3- runtime move only.v2.6.2remains the last Node 20 line.conventional-changelog-action@v6- only breaking change isprereleasederivingpre[major|minor|patch]. This workflow does not setprerelease, so no behavior change.v7,v6,v3) was confirmed to exist and resolve.Test plan
validatecheck passes on this PR (exercisescheckout@v6+setup-node@v7)automated-releaseruns clean withconventional-changelog-action@v6(this is aci:commit, so it is a hidden type - expect skip-on-empty, no release PR)action-gh-release@v3is only exercised on the next real release tag