Skip to content

ci: bump actions/setup-node from 6.3.0 to 6.4.0 - #346

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/actions/setup-node-6.4.0
Open

ci: bump actions/setup-node from 6.3.0 to 6.4.0#346
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/actions/setup-node-6.4.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 20, 2026

Copy link
Copy Markdown
Contributor

Bumps actions/setup-node from 6.3.0 to 6.4.0.

Release notes

Sourced from actions/setup-node's releases.

v6.4.0

What's Changed

Dependency updates:

New Contributors

Full Changelog: actions/setup-node@v6...v6.4.0

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 20, 2026

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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
Loading

@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions/setup-node-6.4.0 branch from 7100b0d to aa9bccd Compare April 23, 2026 12:15
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
dependabot Bot force-pushed the dependabot/github_actions/actions/setup-node-6.4.0 branch from aa9bccd to 72ecc94 Compare April 23, 2026 16:03
@github-actions

Copy link
Copy Markdown
Contributor

Deploy preview for express-basic-auth ready!

Project:express-basic-auth
Status: ✅  Deploy successful!
Preview URL:https://express-basic-auth-szqsopb9h-minsu-lees-projects-b1e388b7.vercel.app
Latest Commit:72ecc94
Inspect:View deployment

Deployed with vercel-action

@sonarqubecloud

Copy link
Copy Markdown

@github-actions

Copy link
Copy Markdown
Contributor

Deploy preview for static ready!

Project:static
Status: ✅  Deploy successful!
Preview URL:https://zeit-now-deployment-action-example-angular-fuz9qhmra.vercel.app
Latest Commit:72ecc94
Alias:https://staging.static.vercel-action.amond.dev
Alias:https://pr-346.static.vercel-action.amond.dev
Inspect:View deployment

Deployed with vercel-action

@github-actions

Copy link
Copy Markdown
Contributor

Deploy preview for file ready!

Project:file
Status: ✅  Deploy successful!
Preview URL:https://team-scope-test-efumr6vjh-dietfriends.vercel.app
Latest Commit:72ecc94
Inspect:View deployment

Deployed with vercel-action

@github-actions

Copy link
Copy Markdown
Contributor

Deploy preview for angular ready!

Project:angular
Status: ✅  Deploy successful!
Preview URL:https://zeit-now-deployment-action-example-angular-qh9z4tf39.vercel.app
Latest Commit:72ecc94
Alias:https://staging.angular.vercel-action.amond.dev
Alias:https://pr-346.angular.vercel-action.amond.dev
Inspect:View deployment

Deployed with vercel-action

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants