Bump GitHub Actions to Node 24-compatible versions#24
Merged
Conversation
All pinned third-party actions updated from Node 20 to Node 24 runtimes ahead of the GitHub Actions Node 20 deprecation deadline (2026-06-02).
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
GitHub is deprecating Node 20 on Actions runners starting 2026-06-02 (deprecation notice). All five pinned actions in
.github/workflows/were on Node 20; this PR bumps each to the latest stable major that ships withruns.using: node24.actions/checkout@v4@v6actions/setup-java@v4@v5actions/upload-artifact@v4@v7gradle/actions/setup-gradle@v4@v6softprops/action-gh-release@v2@v3Each new version was verified by fetching its
action.ymland confirmingusing: node24in therunssection. No other changes were made to the workflow files.Notable changes in bumped versions
actions/checkout@v6— v5 introduced the Node 24 runtime; v6 is the current stable major.actions/setup-java@v5— v5.0.0 upgraded to Node 24.actions/upload-artifact@v7— v6 defaulted to Node 24; v7 is the current stable major and adds direct file upload support.gradle/actions/setup-gradle@v6— v5 introduced Node 24; v6 is the current stable major (note: v6 moves Gradle caching to a separate proprietary component — caching behaviour in CI may differ slightly from v4).softprops/action-gh-release@v3— v3.0.0 moved the runtime to Node 24.Test plan
setup-gradle@v6bumpReferences
Generated by Claude Code