Skip to content

ci: bump actions off deprecated Node 20#1691

Merged
baylesj merged 1 commit into
masterfrom
ci/bump-node24-actions
Jun 14, 2026
Merged

ci: bump actions off deprecated Node 20#1691
baylesj merged 1 commit into
masterfrom
ci/bump-node24-actions

Conversation

@baylesj

@baylesj baylesj commented Jun 14, 2026

Copy link
Copy Markdown
Contributor

GitHub Actions reports that actions/checkout@v4 and peter-evans/create-pull-request@v7 target Node 20, which is deprecated and currently force-run on Node 24.

Bump them to versions that natively target Node 24:

  • actions/checkout v4 -> v5 (the Node 20 -> 24 transition; v6's only notable change is moving credentials to a separate file, unneeded here)
  • peter-evans/create-pull-request v7 -> v8 (Node 24 bump only; inputs unchanged)

The other actions in these workflows were not flagged and already run on Node 24.

GitHub Actions reports that actions/checkout@v4 and
peter-evans/create-pull-request@v7 target Node 20, which is deprecated
and currently force-run on Node 24.

Bump them to versions that natively target Node 24:
- actions/checkout v4 -> v5 (the Node 20 -> 24 transition; v6's only
  notable change is moving credentials to a separate file, unneeded here)
- peter-evans/create-pull-request v7 -> v8 (Node 24 bump only; inputs
  unchanged)

The other actions in these workflows were not flagged and already run on
Node 24.
@coveralls

Copy link
Copy Markdown

Coverage Report for CI Build 27488045812

Coverage remained the same at 89.949%

Details

  • Coverage remained the same as the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 2729
Covered Lines: 2605
Line Coverage: 95.46%
Relevant Branches: 2614
Covered Branches: 2201
Branch Coverage: 84.2%
Branches in Coverage %: Yes
Coverage Strength: 23441.29 hits per line

💛 - Coveralls

@baylesj baylesj merged commit 5f1f240 into master Jun 14, 2026
48 checks passed
@baylesj baylesj deleted the ci/bump-node24-actions branch June 14, 2026 04:24
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.

2 participants