chore(deps): bump 5 actions to node24 + add dependabot.yml#1
Merged
Conversation
GitHub Actions runners deprecate Node 20 on 2026-09-16. The five remaining node20-runtime actions in this repo's reusable workflows all have current major releases on node24: - docker/build-push-action v6 → v7.1.0 - docker/login-action v3 → v4.1.0 - docker/setup-buildx-action v3 → v4.0.0 - softprops/action-gh-release v2 → v3.0.0 - dependabot/fetch-metadata v2.4.0 → v3.1.0 All five major bumps are runtime-only — no API breaks. Verified each action's pinned SHA exposes `using: node24` in its action.yml. Also adds .github/dependabot.yml so future action bumps land via auto-PR rather than requiring a manual sweep before each runner deprecation cutoff. Consumers must bump their `uses:` tag to the next shared-workflows release (v1.3.0) to inherit these changes.
Loop counter `i` is unused — only the iteration count matters. Switch to `_` so shellcheck stops flagging it. This was failing actionlint on main since the pg-migrations PR (cca23cd).
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
action.ymlusing:field at each pinned SHA).github/dependabot.ymlso future action bumps land via auto-PR (this repo previously had no dependabot — explains why these stale node20 pins survived)Action bumps (all runtime-only, no API breaks)
docker/build-push-actiondocker/login-actiondocker/setup-buildx-actionsoftprops/action-gh-releasedependabot/fetch-metadataEach major release notes confirm: only breaking change is dropping Node 20. GitHub-hosted runners are well past the required Actions Runner v2.327.1.
Why now
runs.using: node20actions hard-fail.Consumer follow-up
After tagging
v1.3.0, consumer repos must bump theiruses: ...@v1.x.xreferences:Test plan
🤖 Generated with Claude Code