Conversation
GitHub now forces actions built for Node 20 onto Node 24, and warns on every run. Bumping each action to its current major clears the warning and puts them on a runtime that is actually supported. All runners here are ubuntu-latest, well past the v2.327.1 minimum the Node 24 releases require, and no workflow uses pull_request_target or workflow_run, which is the one behaviour change in checkout v7. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
GitHub now forces actions built for Node 20 onto Node 24 and warns on every run. This bumps each action to its current major, clearing the warning and putting them on a supported runtime.
actions/checkoutv3 and v4 → v7, andactions/setup-pythonv3 and v4 → v7 (v3/v4 run on Node 16), acrosspublish.yml,python-package.ymlandtest.yml.Compatibility
ubuntu-latest, well past the v2.327.1 minimum that the Node 24 action releases require.pull_request_targetorworkflow_run, which is the only behaviour change in checkout v7 (it now blocks checking out fork PRs on those triggers).Reference
Actions already on their latest major are untouched:
NuGet/login@v1,peaceiris/actions-hugo@v3,appleboy/ssh-action@v1andshivammathur/setup-php@v2all resolve to Node 24 or are composite/Docker actions.🤖 Generated with Claude Code