-
Notifications
You must be signed in to change notification settings - Fork 542
Update Node.js version support to 24.x #637
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
Conversation
Bump Node.js version requirement from 20.x to 24.x in action configuration and package files. Update @types/node and undici-types dependencies to match Node 24 compatibility.
|
Hello from actions/github-script! (0a693b5) |
There was a problem hiding this 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 Node.js version requirement from 20.x to 24.x across the GitHub Action configuration and package dependencies to align with newer Node.js runtime support.
- Updated Node.js engine requirement and runtime configuration
- Upgraded @types/node dependency to version 24.1.0
- Updated CI setup to use Node 24.x
Reviewed Changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Updated Node.js engine requirement and @types/node dependency version |
| action.yml | Changed GitHub Action runtime from node20 to node24 |
| .licenses/npm/undici-types.dep.yml | Updated undici-types version to 7.8.0 for Node 24 compatibility |
| .licenses/npm/@types/node.dep.yml | Updated @types/node license file to reflect version 24.1.0 |
| .github/actions/install-dependencies/action.yml | Updated CI Node.js version to 24.x |
Bumps [actions/github-script](https://github.com/actions/github-script) from 7.1.0 to 8.0.0. Release notes *Sourced from [actions/github-script's releases](https://github.com/actions/github-script/releases).* > v8.0.0 > ------ > > What's Changed > -------------- > > * Update Node.js version support to 24.x by [`@salmanmkc`](https://github.com/salmanmkc) in [actions/github-script#637](https://redirect.github.com/actions/github-script/pull/637) > * README for updating actions/github-script from v7 to v8 by [`@sneha-krip`](https://github.com/sneha-krip) in [actions/github-script#653](https://redirect.github.com/actions/github-script/pull/653) > >⚠️ Minimum Compatible Runner Version > ------------------------------------ > > **v2.327.1** > [Release Notes](https://github.com/actions/runner/releases/tag/v2.327.1) > > Make sure your runner is updated to this version or newer to use this release. > > New Contributors > ---------------- > > * [`@salmanmkc`](https://github.com/salmanmkc) made their first contribution in [actions/github-script#637](https://redirect.github.com/actions/github-script/pull/637) > * [`@sneha-krip`](https://github.com/sneha-krip) made their first contribution in [actions/github-script#653](https://redirect.github.com/actions/github-script/pull/653) > > **Full Changelog**: <actions/github-script@v7.1.0...v8.0.0> Commits * [`ed59741`](actions/github-script@ed59741) Merge pull request [#653](https://redirect.github.com/actions/github-script/issues/653) from actions/sneha-krip/readme-for-v8 * [`2dc352e`](actions/github-script@2dc352e) Bold minimum Actions Runner version in README * [`01e118c`](actions/github-script@01e118c) Update README for Node 24 runtime requirements * [`8b222ac`](actions/github-script@8b222ac) Apply suggestion from [`@salmanmkc`](https://github.com/salmanmkc) * [`adc0eea`](actions/github-script@adc0eea) README for updating actions/github-script from v7 to v8 * [`20fe497`](actions/github-script@20fe497) Merge pull request [#637](https://redirect.github.com/actions/github-script/issues/637) from actions/node24 * [`e7b7f22`](actions/github-script@e7b7f22) update licenses * [`2c81ba0`](actions/github-script@2c81ba0) Update Node.js version support to 24.x * See full diff in [compare view](actions/github-script@f28e40c...ed59741) [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bump Node.js version requirement from 20.x to 24.x in action configuration and package files. Update @types/node and undici-types dependencies to match Node 24 compatibility.