Skip to content

chore: bump checkout to v7 and dep-review to v5 - #5

Merged
SamFleming-TylerTech merged 1 commit into
mainfrom
chore/bump-actions-node24
Jul 6, 2026
Merged

chore: bump checkout to v7 and dep-review to v5#5
SamFleming-TylerTech merged 1 commit into
mainfrom
chore/bump-actions-node24

Conversation

@SamFleming-TylerTech

Copy link
Copy Markdown
Contributor

Summary

Clears the Node 20 deprecation warning. actions/checkout@v4 and actions/dependency-review-action@v4 declare Node 20, which GitHub now force-runs on Node 24 with a deprecation warning. Bumping to Node 24 releases removes the warning.

Version changes

  • actions/checkout: v4 → v7 (Node 24)
  • actions/dependency-review-action: v4 → v5 (Node 24)

Each file's existing pin style is preserved (tag-pinned files bump the tag; SHA-pinned files update both the SHA and the trailing # vN comment). No other actions (e.g. github-script, codeql-action) were changed.

Both actions declared node20 and were being force-run on node24
(deprecation warning). checkout v5+/v7 and dependency-review-action
v5 use node24. Preserves each file's existing pin style (tag vs SHA).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@SamFleming-TylerTech
SamFleming-TylerTech merged commit 9779b79 into main Jul 6, 2026
3 checks passed
@SamFleming-TylerTech
SamFleming-TylerTech deleted the chore/bump-actions-node24 branch July 6, 2026 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant