Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates the project to use Node.js version 24, upgrading from Node.js 20. The changes include updating the Node.js type definitions and configuring GitHub Actions to run on the newer Node.js runtime.
- Updates
@types/nodedependency from version 18 to version 24 - Configures GitHub Actions to use
node24runtime instead ofnode20
Reviewed Changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Updates Node.js type definitions to match Node 24 |
| merge/action.yml | Configures merge action to run on Node 24 runtime |
| action.yml | Configures main action to run on Node 24 runtime |
|
xaXa |
DF791021
reviewed
Sep 4, 2025
DF791021
left a comment
There was a problem hiding this comment.
Thank you!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
oshaelhaj
approved these changes
Sep 4, 2025
|
It’s the same as the original version |
oshaelhaj
approved these changes
Sep 5, 2025
This comment was marked as spam.
This comment was marked as spam.
- Add 0bsd and blueoak-1.0.0 to allowed licenses - Add reviewed packages for dependencies with non-standard licenses - Enable UTF-8 encoding
- @bufbuild/protobuf: Apache-2.0 (from upstream LICENSE file) - buffers: marked as reviewed (no license in npm) - chainsaw: MIT/X11 (from npm registry)
- Updated @actions/artifact to ^5.0.0 - Updated @actions/core to ^2.0.0 - Regenerated dist files and license cache
This was referenced Dec 15, 2025
This was referenced Dec 24, 2025
This was referenced Jan 5, 2026
lfit-replication
pushed a commit
to lfit/releng-gerrit_to_platform
that referenced
this pull request
Jan 14, 2026
Bumps actions/upload-artifact from 5.0.0 to 6.0.0. ## Release notes Sourced from actions/upload-artifact's releases. v6.0.0 v6 - What's new [!IMPORTANT] actions/upload-artifact@v6 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading. Node.js 24 This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24. What's Changed Upload Artifact Node 24 support by @salmanmkc in actions/upload-artifact#719 fix: update @actions/artifact for Node.js 24 punycode deprecation by @salmanmkc in actions/upload-artifact#744 prepare release v6.0.0 for Node.js 24 support by @salmanmkc in actions/upload-artifact#745 Full Changelog: actions/upload-artifact@v5.0.0...v6.0.0 ## Commits b7c566a Merge pull request #745 from actions/upload-artifact-v6-release e516bc8 docs: correct description of Node.js 24 support in README ddc45ed docs: update README to correct action name for Node.js 24 support 615b319 chore: release v6.0.0 for Node.js 24 support 017748b Merge pull request #744 from actions/fix-storage-blob 38d4c79 chore: rebuild dist 7d27270 chore: add missing license cache files for @actions/core, @actions/io, and mi 5f643d3 chore: update license files for @actions/artifact@5.0.1 dependencies 1df1684 chore: update package-lock.json with @actions/artifact@5.0.1 b5b1a91 fix: update @actions/artifact to ^5.0.0 for Node.js 24 punycode fix Additional commits viewable in compare view  Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: lfit.gh2gerrit <releng+lfit-gh2gerrit@linuxfoundation.org> Change-Id: I5619142488ce0d1c6bb2529c06c51623ddcfafbc GitHub-PR: #31 GitHub-Hash: 136b7bf501628f71
This was referenced Jan 15, 2026
mergify bot
added a commit
to ArcadeData/arcadedb
that referenced
this pull request
Feb 2, 2026
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 6.0.0. Release notes *Sourced from [actions/upload-artifact's releases](https://github.com/actions/upload-artifact/releases).* > v6.0.0 > ------ > > v6 - What's new > --------------- > > > [!IMPORTANT] > > actions/upload-artifact@v6 now runs on Node.js 24 (`runs.using: node24`) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading. > > ### Node.js 24 > > This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24. > > What's Changed > -------------- > > * Upload Artifact Node 24 support by [`@salmanmkc`](https://github.com/salmanmkc) in [actions/upload-artifact#719](https://redirect.github.com/actions/upload-artifact/pull/719) > * fix: update `@actions/artifact` for Node.js 24 punycode deprecation by [`@salmanmkc`](https://github.com/salmanmkc) in [actions/upload-artifact#744](https://redirect.github.com/actions/upload-artifact/pull/744) > * prepare release v6.0.0 for Node.js 24 support by [`@salmanmkc`](https://github.com/salmanmkc) in [actions/upload-artifact#745](https://redirect.github.com/actions/upload-artifact/pull/745) > > **Full Changelog**: <actions/upload-artifact@v5.0.0...v6.0.0> > > v5.0.0 > ------ > > What's Changed > -------------- > > **BREAKING CHANGE:** this update supports Node `v24.x`. This is not a breaking change per-se but we're treating it as such. > > * Update README.md by [`@GhadimiR`](https://github.com/GhadimiR) in [actions/upload-artifact#681](https://redirect.github.com/actions/upload-artifact/pull/681) > * Update README.md by [`@nebuk89`](https://github.com/nebuk89) in [actions/upload-artifact#712](https://redirect.github.com/actions/upload-artifact/pull/712) > * Readme: spell out the first use of GHES by [`@danwkennedy`](https://github.com/danwkennedy) in [actions/upload-artifact#727](https://redirect.github.com/actions/upload-artifact/pull/727) > * Update GHES guidance to include reference to Node 20 version by [`@patrikpolyak`](https://github.com/patrikpolyak) in [actions/upload-artifact#725](https://redirect.github.com/actions/upload-artifact/pull/725) > * Bump `@actions/artifact` to `v4.0.0` > * Prepare `v5.0.0` by [`@danwkennedy`](https://github.com/danwkennedy) in [actions/upload-artifact#734](https://redirect.github.com/actions/upload-artifact/pull/734) > > New Contributors > ---------------- > > * [`@GhadimiR`](https://github.com/GhadimiR) made their first contribution in [actions/upload-artifact#681](https://redirect.github.com/actions/upload-artifact/pull/681) > * [`@nebuk89`](https://github.com/nebuk89) made their first contribution in [actions/upload-artifact#712](https://redirect.github.com/actions/upload-artifact/pull/712) > * [`@danwkennedy`](https://github.com/danwkennedy) made their first contribution in [actions/upload-artifact#727](https://redirect.github.com/actions/upload-artifact/pull/727) > * [`@patrikpolyak`](https://github.com/patrikpolyak) made their first contribution in [actions/upload-artifact#725](https://redirect.github.com/actions/upload-artifact/pull/725) > > **Full Changelog**: <actions/upload-artifact@v4...v5.0.0> Commits * [`b7c566a`](actions/upload-artifact@b7c566a) Merge pull request [#745](https://redirect.github.com/actions/upload-artifact/issues/745) from actions/upload-artifact-v6-release * [`e516bc8`](actions/upload-artifact@e516bc8) docs: correct description of Node.js 24 support in README * [`ddc45ed`](actions/upload-artifact@ddc45ed) docs: update README to correct action name for Node.js 24 support * [`615b319`](actions/upload-artifact@615b319) chore: release v6.0.0 for Node.js 24 support * [`017748b`](actions/upload-artifact@017748b) Merge pull request [#744](https://redirect.github.com/actions/upload-artifact/issues/744) from actions/fix-storage-blob * [`38d4c79`](actions/upload-artifact@38d4c79) chore: rebuild dist * [`7d27270`](actions/upload-artifact@7d27270) chore: add missing license cache files for `@actions/core`, `@actions/io`, and mi... * [`5f643d3`](actions/upload-artifact@5f643d3) chore: update license files for `@actions/artifact`[`@5`](https://github.com/5).0.1 dependencies * [`1df1684`](actions/upload-artifact@1df1684) chore: update package-lock.json with `@actions/artifact`[`@5`](https://github.com/5).0.1 * [`b5b1a91`](actions/upload-artifact@b5b1a91) fix: update `@actions/artifact` to ^5.0.0 for Node.js 24 punycode fix * Additional commits viewable in [compare view](actions/upload-artifact@v4.6.2...b7c566a) [](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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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)
mergify bot
added a commit
to ArcadeData/arcadedb
that referenced
this pull request
Feb 8, 2026
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 6.0.0. Release notes *Sourced from [actions/upload-artifact's releases](https://github.com/actions/upload-artifact/releases).* > v6.0.0 > ------ > > v6 - What's new > --------------- > > > [!IMPORTANT] > > actions/upload-artifact@v6 now runs on Node.js 24 (`runs.using: node24`) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading. > > ### Node.js 24 > > This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24. > > What's Changed > -------------- > > * Upload Artifact Node 24 support by [`@salmanmkc`](https://github.com/salmanmkc) in [actions/upload-artifact#719](https://redirect.github.com/actions/upload-artifact/pull/719) > * fix: update `@actions/artifact` for Node.js 24 punycode deprecation by [`@salmanmkc`](https://github.com/salmanmkc) in [actions/upload-artifact#744](https://redirect.github.com/actions/upload-artifact/pull/744) > * prepare release v6.0.0 for Node.js 24 support by [`@salmanmkc`](https://github.com/salmanmkc) in [actions/upload-artifact#745](https://redirect.github.com/actions/upload-artifact/pull/745) > > **Full Changelog**: <actions/upload-artifact@v5.0.0...v6.0.0> > > v5.0.0 > ------ > > What's Changed > -------------- > > **BREAKING CHANGE:** this update supports Node `v24.x`. This is not a breaking change per-se but we're treating it as such. > > * Update README.md by [`@GhadimiR`](https://github.com/GhadimiR) in [actions/upload-artifact#681](https://redirect.github.com/actions/upload-artifact/pull/681) > * Update README.md by [`@nebuk89`](https://github.com/nebuk89) in [actions/upload-artifact#712](https://redirect.github.com/actions/upload-artifact/pull/712) > * Readme: spell out the first use of GHES by [`@danwkennedy`](https://github.com/danwkennedy) in [actions/upload-artifact#727](https://redirect.github.com/actions/upload-artifact/pull/727) > * Update GHES guidance to include reference to Node 20 version by [`@patrikpolyak`](https://github.com/patrikpolyak) in [actions/upload-artifact#725](https://redirect.github.com/actions/upload-artifact/pull/725) > * Bump `@actions/artifact` to `v4.0.0` > * Prepare `v5.0.0` by [`@danwkennedy`](https://github.com/danwkennedy) in [actions/upload-artifact#734](https://redirect.github.com/actions/upload-artifact/pull/734) > > New Contributors > ---------------- > > * [`@GhadimiR`](https://github.com/GhadimiR) made their first contribution in [actions/upload-artifact#681](https://redirect.github.com/actions/upload-artifact/pull/681) > * [`@nebuk89`](https://github.com/nebuk89) made their first contribution in [actions/upload-artifact#712](https://redirect.github.com/actions/upload-artifact/pull/712) > * [`@danwkennedy`](https://github.com/danwkennedy) made their first contribution in [actions/upload-artifact#727](https://redirect.github.com/actions/upload-artifact/pull/727) > * [`@patrikpolyak`](https://github.com/patrikpolyak) made their first contribution in [actions/upload-artifact#725](https://redirect.github.com/actions/upload-artifact/pull/725) > > **Full Changelog**: <actions/upload-artifact@v4...v5.0.0> Commits * [`b7c566a`](actions/upload-artifact@b7c566a) Merge pull request [#745](https://redirect.github.com/actions/upload-artifact/issues/745) from actions/upload-artifact-v6-release * [`e516bc8`](actions/upload-artifact@e516bc8) docs: correct description of Node.js 24 support in README * [`ddc45ed`](actions/upload-artifact@ddc45ed) docs: update README to correct action name for Node.js 24 support * [`615b319`](actions/upload-artifact@615b319) chore: release v6.0.0 for Node.js 24 support * [`017748b`](actions/upload-artifact@017748b) Merge pull request [#744](https://redirect.github.com/actions/upload-artifact/issues/744) from actions/fix-storage-blob * [`38d4c79`](actions/upload-artifact@38d4c79) chore: rebuild dist * [`7d27270`](actions/upload-artifact@7d27270) chore: add missing license cache files for `@actions/core`, `@actions/io`, and mi... * [`5f643d3`](actions/upload-artifact@5f643d3) chore: update license files for `@actions/artifact`[`@5`](https://github.com/5).0.1 dependencies * [`1df1684`](actions/upload-artifact@1df1684) chore: update package-lock.json with `@actions/artifact`[`@5`](https://github.com/5).0.1 * [`b5b1a91`](actions/upload-artifact@b5b1a91) fix: update `@actions/artifact` to ^5.0.0 for Node.js 24 punycode fix * Additional commits viewable in [compare view](actions/upload-artifact@v4.6.2...b7c566a) [](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.
Summary
This PR updates upload-artifact to use Node.js 24 runtime.
Changes
Related PRs
Testing