From d30e3e052d8b01347acbc9e48bf0ce84c8830d32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 12:41:27 -0500 Subject: [PATCH] ci: bump actions/setup-node from 6 to 7 (#3302) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6 to 7.
Release notes

Sourced from actions/setup-node's releases.

v7.0.0

What's Changed

Enhancements:

Bug fixes:

Documentation updates:

Dependency update:

New Contributors

Full Changelog: https://github.com/actions/setup-node/compare/v6...v7.0.0

v6.5.0

What's Changed

Full Changelog: https://github.com/actions/setup-node/compare/v6.4.0...v6.5.0

v6.4.0

What's Changed

Dependency updates:

New Contributors

Full Changelog: https://github.com/actions/setup-node/compare/v6...v6.4.0

v6.3.0

What's Changed

Enhancements:

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-node&package-manager=github_actions&previous-version=6&new-version=7)](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)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/devcontainers.yml | 4 ++-- .github/workflows/docs.yml | 2 +- .github/workflows/opencode-plugin.yml | 2 +- .github/workflows/release.yml | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/devcontainers.yml b/.github/workflows/devcontainers.yml index 411835655..38d3c5107 100644 --- a/.github/workflows/devcontainers.yml +++ b/.github/workflows/devcontainers.yml @@ -54,7 +54,7 @@ jobs: swap-storage: false - name: Set up Node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: "20" @@ -102,7 +102,7 @@ jobs: run: git worktree add "$RUNNER_TEMP/headroom-worktree" HEAD - name: Set up Node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: "20" diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index c574cf636..08c7729ab 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -37,7 +37,7 @@ jobs: - uses: actions/checkout@v6 - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: '22' cache: npm diff --git a/.github/workflows/opencode-plugin.yml b/.github/workflows/opencode-plugin.yml index 4e81e6597..a4dd1ccc2 100644 --- a/.github/workflows/opencode-plugin.yml +++ b/.github/workflows/opencode-plugin.yml @@ -34,7 +34,7 @@ jobs: working-directory: plugins/opencode steps: - uses: actions/checkout@v6 - - uses: actions/setup-node@v6 + - uses: actions/setup-node@v7 with: node-version: "20" cache: npm diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 098a92e3c..ce34b35c3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -139,7 +139,7 @@ jobs: python-version: "3.12" - name: Set up Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: "20" @@ -805,7 +805,7 @@ jobs: fetch-depth: 0 - name: Set up Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: "20" registry-url: ${{ env.NPM_REGISTRY_URL }} @@ -897,7 +897,7 @@ jobs: printf 'scope=%s\n' "$scope" >> "$GITHUB_OUTPUT" - name: Set up Node.js for GitHub Package Registry - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: "20" registry-url: ${{ env.GITHUB_PACKAGES_REGISTRY_URL }}