Skip to content

Upgrade to Node 24#171

Open
jrbeilke wants to merge 3 commits into
bobheadxi:mainfrom
jrbeilke:feature/node24
Open

Upgrade to Node 24#171
jrbeilke wants to merge 3 commits into
bobheadxi:mainfrom
jrbeilke:feature/node24

Conversation

@jrbeilke
Copy link
Copy Markdown

Github is deprecating Node 20 for GHA - https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/

Changes:

  • Upgrade action and dependencies to Node 24
  • Update Github workflows to use actions with Node 24 runtimes
  • Remove actions/cache in favor of actions/setup-node's built-in caching
  • Replace deprecated set-output with $GITHUB_OUTPUT

jrbeilke and others added 3 commits April 14, 2026 09:06
- Update action.yml to use node24
- Update @types/node to 24.x

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Bump node-version from 18 to 24 in all workflows
- Upgrade actions/checkout v2/v3 -> v4
- Upgrade actions/setup-node v3 -> v4 (with built-in npm caching)
- Remove manual actions/cache steps (now handled by setup-node cache: npm)
- Upgrade actions/github-script v6 -> v7
- Fix deprecated set-output commands to use GITHUB_OUTPUT

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- actions/checkout v4 -> v6 (node24 runtime)
- actions/setup-node v4 -> v6 (node24 runtime)
- actions/github-script v7 -> v9 (node24 runtime)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@jrbeilke
Copy link
Copy Markdown
Author

Hey @bobheadxi would you consider upgrading this action to Node 24?

Would like to continue using this action on our Node 24 GHA runners

@CaaioSB
Copy link
Copy Markdown

CaaioSB commented May 25, 2026

hi @bobheadxi saw the node20 eol warning from gh actions and noticed that starting June 16th, 2026, runners will default to Node24.

do you plan to update this repo to support the newer node version, or is the project currently not being maintained anymore?

looks like the warning has already started showing up, so the critical part is getting closer now that node20 is past eol...

${{ runner.os }}-
node-version: '24'
cache: 'npm'
- run: npm install
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- run: npm install
- run: npm ci

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.

3 participants