Skip to content

ci: Bump GitHub Actions to Node 24 runtimes#429

Merged
mtrezza merged 1 commit into
parse-community:masterfrom
mtrezza:ci/bump-actions-node24
Jul 16, 2026
Merged

ci: Bump GitHub Actions to Node 24 runtimes#429
mtrezza merged 1 commit into
parse-community:masterfrom
mtrezza:ci/bump-actions-node24

Conversation

@mtrezza

@mtrezza mtrezza commented Jul 16, 2026

Copy link
Copy Markdown
Member

Problem

The ci workflow runs several actions still targeting the Node 20 runtime, which GitHub has deprecated. Every CI run emits:

Node.js 20 actions are deprecated. The following actions are running on Node.js 20 ... actions/cache@v4, actions/checkout@v4, actions/setup-dotnet@v4 ... Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026.

Change

Bump the pinned action majors to the first release that runs on Node 24 (composite for codecov):

Action Before After Runtime
actions/checkout v4 v5 node24
actions/setup-dotnet v4 v5 node24
actions/cache v4 v5 node24
codecov/codecov-action v4 v5 composite

All inputs currently used (dotnet-version, cache path/key/restore-keys, and codecov token/fail_ci_if_error) remain supported in v5, so no other changes are needed.

This clears the deprecation warnings and keeps CI working once Node 20 is removed from the runners.

Bump actions/checkout, actions/setup-dotnet and actions/cache to v5, and
codecov/codecov-action to v5, to move off the deprecated Node 20 runtime.
GitHub forces these actions to Node 24 as of June 2026 and removes Node 20
from runners in September 2026. All inputs used here remain supported in v5.
@mtrezza
mtrezza merged commit ffc8beb into parse-community:master Jul 16, 2026
4 checks passed
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