Bump actions to Node 24-ready versions#614
Merged
Merged
Conversation
GitHub forces actions onto Node 24 from 2026-06-16; the Test run flagged actions/checkout@v4 and actions/cache@v4 as affected. - actions/checkout v4 -> v5 (Node 24, no other changes; deliberately not v6, which moves credential persistence to a separate file and the auto-commit workflows push with checkout-persisted creds) - actions/cache v4 -> v5 - stefanzweifel/git-auto-commit-action v4 -> v7 (v4 runs Node 16; v5-v7 majors don't change the basic commit_message usage) shivammathur/setup-php@v2 is actively maintained and already Node 24-ready. Co-Authored-By: Claude Fable 5 <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.
Summary
GitHub forces actions onto Node 24 starting June 16, 2026 (Node 20 removed from runners September 16). The post-merge Test run on master explicitly flagged
actions/checkout@v4andactions/cache@v4.actions/checkoutphp-cs-fixer,export-on-tests) push using checkout-persisted credentials.actions/cachestefanzweifel/git-auto-commit-actioncreate_branch/skip_checkout/skip_fetch(v7 restored them); none are used here — both workflows only passcommit_message. v7 runs Node 24.shivammathur/setup-php@v2is left alone — actively maintained and already Node 24-ready.Testing
export-on-testsworkflow (git-auto-commit v7) only runs on master pushes — worth watching the first post-merge run.🤖 Generated with Claude Code