Skip to content

Update actions checkout to use node 24 #2226

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

salmanmkc
Copy link

@salmanmkc salmanmkc commented Jul 23, 2025

Node 24 support is available on runner version 2.327.1 https://github.com/actions/runner/releases/tag/v2.327.1

Checkout working

Latest main from my branch/fork showing checkout working on node 24
Node 24 action working

Copy link

@Dev-Re2906 Dev-Re2906 left a comment

Choose a reason for hiding this comment

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

Copy link

@Dev-Re2906 Dev-Re2906 left a comment

Choose a reason for hiding this comment

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

Copy link

@Dev-Re2906 Dev-Re2906 left a comment

Choose a reason for hiding this comment

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

@salmanmkc salmanmkc marked this pull request as ready for review August 6, 2025 11:47
@Copilot Copilot AI review requested due to automatic review settings August 6, 2025 11:47
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates the GitHub Actions checkout action to use Node.js 24 instead of Node.js 20, aligning with the new Node.js 24 support in GitHub Actions runner version 2.327.0.

  • Updates the action runtime from node20 to node24 in action.yml
  • Updates Node.js type definitions from version 20 to 24 in package.json
  • Updates workflow configurations to use Node.js 24.x across test and check-dist workflows

Reviewed Changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.

File Description
action.yml Updates the action runtime to use node24
package.json Updates @types/node dependency to version 24
.github/workflows/test.yml Updates Node.js version in test workflow
.github/workflows/check-dist.yml Updates Node.js version and step name in check-dist workflow

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