ci: bump actions/setup-node from 6.3.0 to 6.4.0 - #346
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
No issues found across 4 files
Auto-approved: This is a low-risk CI configuration change that bumps a standard GitHub Action (actions/setup-node) to a new patch/minor version.
Architecture diagram
sequenceDiagram
participant Runner as GitHub Action Runner
participant SetupNode as CHANGED: setup-node (v6.4.0)
participant Manifest as Node.js Version Manifest
participant Storage as Node.js Tool Cache
participant PNPM as pnpm Cache
Note over Runner,PNPM: GitHub Actions CI Workflow Execution
Runner->>SetupNode: execute action (node-version: 24)
SetupNode->>Manifest: NEW: Fetch updated versions.yml metadata
Manifest-->>SetupNode: return latest version mappings
alt Node.js not in local tool cache
SetupNode->>Storage: download Node.js binary
Storage-->>SetupNode: return binary
else Node.js exists
SetupNode->>SetupNode: use local tool cache
end
SetupNode->>Runner: set PATH and environment variables
opt cache: pnpm
SetupNode->>PNPM: check for existing dependency cache
PNPM-->>SetupNode: restore cached node_modules/store
end
SetupNode-->>Runner: action completed
dependabot
Bot
force-pushed
the
dependabot/github_actions/actions/setup-node-6.4.0
branch
from
April 23, 2026 12:15
7100b0d to
aa9bccd
Compare
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6.3.0 to 6.4.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@53b8394...48b55a0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/github_actions/actions/setup-node-6.4.0
branch
from
April 23, 2026 16:03
aa9bccd to
72ecc94
Compare
Contributor
|
Deploy preview for express-basic-auth ready!
Deployed with vercel-action |
|
Contributor
|
Deploy preview for static ready!
Deployed with vercel-action |
Contributor
|
Deploy preview for file ready!
Deployed with vercel-action |
Contributor
|
Deploy preview for angular ready!
Deployed with vercel-action |
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.



Bumps actions/setup-node from 6.3.0 to 6.4.0.
Release notes
Sourced from actions/setup-node's releases.
Commits
48b55a0Update Node.js versions in versions.yml and bump package to v6.4.0 (#1533)ab72c7eUpgrade@actionsdependencies (#1525)