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.
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 |
sneha-krip
approved these changes
Sep 3, 2025
mergify bot
added a commit
to ArcadeData/arcadedb
that referenced
this pull request
Feb 8, 2026
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.