From 88e4047c5631df1657ffb5c71d82eefaa59fa728 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 02:36:15 +0000 Subject: [PATCH] Bump actions/setup-node from 6.3.0 to 6.4.0 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](https://github.com/actions/setup-node/compare/53b83947a5a98c8d113130e565377fae1a50d02f...48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e) --- 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] --- .github/workflows/aio-app-deployment.yml | 2 +- .github/workflows/aio-mesh-deployment.yml | 2 +- .github/workflows/aws-cdk.yml | 6 +++--- .github/workflows/changeset-check.yml | 4 ++-- .github/workflows/changeset-release.yml | 4 ++-- .github/workflows/gadget-deploy.yml | 2 +- .github/workflows/node-pr.yml | 12 ++++++------ .github/workflows/nx-serverless-deployment.yml | 2 +- .github/workflows/pwa-deployment.yml | 2 +- .github/workflows/shopify-deploy.yml | 2 +- .github/workflows/shopify-theme-pr.yml | 4 ++-- .github/workflows/shopify-theme-preview-cleanup.yml | 2 +- .github/workflows/update-lockfile.yml | 4 ++-- 13 files changed, 24 insertions(+), 24 deletions(-) diff --git a/.github/workflows/aio-app-deployment.yml b/.github/workflows/aio-app-deployment.yml index 2cf35d7..405c1ae 100644 --- a/.github/workflows/aio-app-deployment.yml +++ b/.github/workflows/aio-app-deployment.yml @@ -87,7 +87,7 @@ jobs: persist-credentials: false - name: Setup Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f #v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e #v6.4.0 with: node-version-file: .nvmrc cache: ${{ inputs.package-manager }} diff --git a/.github/workflows/aio-mesh-deployment.yml b/.github/workflows/aio-mesh-deployment.yml index baa7dab..f85966f 100644 --- a/.github/workflows/aio-mesh-deployment.yml +++ b/.github/workflows/aio-mesh-deployment.yml @@ -69,7 +69,7 @@ jobs: persist-credentials: false - name: Setup Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f #v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e #v6.4.0 with: node-version-file: .nvmrc cache: ${{ inputs.package-manager }} diff --git a/.github/workflows/aws-cdk.yml b/.github/workflows/aws-cdk.yml index e60e0a6..91e8971 100644 --- a/.github/workflows/aws-cdk.yml +++ b/.github/workflows/aws-cdk.yml @@ -159,7 +159,7 @@ jobs: fi - name: Setup Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f #v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e #v6.4.0 with: node-version: ${{ steps.node-version.outputs.version }} @@ -182,7 +182,7 @@ jobs: echo "✅ Corepack enabled and cache directory created: $CACHE_DIR" - name: Configure dependency cache - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f #v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e #v6.4.0 with: node-version: ${{ steps.node-version.outputs.version }} # yamllint disable rule:line-length @@ -425,7 +425,7 @@ jobs: persist-credentials: false - name: Setup Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f #v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e #v6.4.0 with: node-version: ${{ needs.prepare.outputs.node-version }} diff --git a/.github/workflows/changeset-check.yml b/.github/workflows/changeset-check.yml index bebd36f..e03e030 100644 --- a/.github/workflows/changeset-check.yml +++ b/.github/workflows/changeset-check.yml @@ -55,7 +55,7 @@ jobs: persist-credentials: false - name: Setup Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f #v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e #v6.4.0 with: node-version-file: .nvmrc package-manager-cache: false @@ -68,7 +68,7 @@ jobs: fi - name: Configure Dependency Cache - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f #v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e #v6.4.0 with: cache: ${{ inputs.package-manager }} node-version-file: .nvmrc diff --git a/.github/workflows/changeset-release.yml b/.github/workflows/changeset-release.yml index a1900ed..75154b4 100644 --- a/.github/workflows/changeset-release.yml +++ b/.github/workflows/changeset-release.yml @@ -81,7 +81,7 @@ jobs: persist-credentials: false - name: Setup Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f #v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e #v6.4.0 with: node-version-file: .nvmrc package-manager-cache: false @@ -94,7 +94,7 @@ jobs: fi - name: Configure Dependency Cache - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f #v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e #v6.4.0 with: cache: ${{ inputs.package-manager }} node-version-file: .nvmrc diff --git a/.github/workflows/gadget-deploy.yml b/.github/workflows/gadget-deploy.yml index a9c4aad..1aaf0e4 100644 --- a/.github/workflows/gadget-deploy.yml +++ b/.github/workflows/gadget-deploy.yml @@ -114,7 +114,7 @@ jobs: INPUTS_ENVIRONMENT_NAME: ${{ inputs.environment-name }} - name: Setup Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f #v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e #v6.4.0 with: node-version-file: ${{ inputs.working-directory }}/.nvmrc cache: yarn diff --git a/.github/workflows/node-pr.yml b/.github/workflows/node-pr.yml index 46dc7c3..0220d8c 100644 --- a/.github/workflows/node-pr.yml +++ b/.github/workflows/node-pr.yml @@ -109,7 +109,7 @@ jobs: fetch-depth: ${{ inputs.fetch-depth }} persist-credentials: false - name: Install Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f #v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e #v6.4.0 with: package-manager-cache: false node-version-file: .nvmrc @@ -121,7 +121,7 @@ jobs: corepack enable fi - name: Configure Dependency Cache - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f #v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e #v6.4.0 with: cache: ${{ inputs.package-manager }} node-version-file: .nvmrc @@ -223,7 +223,7 @@ jobs: fetch-depth: ${{ inputs.fetch-depth }} persist-credentials: false - name: Install Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f #v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e #v6.4.0 with: node-version-file: .nvmrc package-manager-cache: false @@ -235,7 +235,7 @@ jobs: corepack enable fi - name: Configure Dependency Cache - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f #v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e #v6.4.0 with: cache: ${{ inputs.package-manager }} - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c #v8.0.1 @@ -348,7 +348,7 @@ jobs: fetch-depth: ${{ inputs.fetch-depth }} persist-credentials: false - name: Install Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f #v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e #v6.4.0 with: node-version-file: .nvmrc package-manager-cache: false @@ -360,7 +360,7 @@ jobs: corepack enable fi - name: Configure Dependency Cache - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f #v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e #v6.4.0 with: cache: ${{ inputs.package-manager }} - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c #v8.0.1 diff --git a/.github/workflows/nx-serverless-deployment.yml b/.github/workflows/nx-serverless-deployment.yml index bb2119d..7ee670b 100644 --- a/.github/workflows/nx-serverless-deployment.yml +++ b/.github/workflows/nx-serverless-deployment.yml @@ -105,7 +105,7 @@ jobs: if: ${{ inputs.package-manager == 'yarn' && !inputs.is-yarn-classic }} run: corepack enable - - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f #v6.3.0 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e #v6.4.0 with: node-version-file: .nvmrc cache: ${{ inputs.package-manager }} diff --git a/.github/workflows/pwa-deployment.yml b/.github/workflows/pwa-deployment.yml index fd8fb48..f26b31e 100644 --- a/.github/workflows/pwa-deployment.yml +++ b/.github/workflows/pwa-deployment.yml @@ -321,7 +321,7 @@ jobs: persist-credentials: false - name: Setup Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f #v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e #v6.4.0 with: node-version-file: .nvmrc cache: ${{ inputs.package-manager }} diff --git a/.github/workflows/shopify-deploy.yml b/.github/workflows/shopify-deploy.yml index 8be5cb4..1e2e3f1 100644 --- a/.github/workflows/shopify-deploy.yml +++ b/.github/workflows/shopify-deploy.yml @@ -39,7 +39,7 @@ jobs: persist-credentials: false - name: Setup Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f #v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e #v6.4.0 with: node-version-file: '.nvmrc' cache: 'yarn' diff --git a/.github/workflows/shopify-theme-pr.yml b/.github/workflows/shopify-theme-pr.yml index 7a233d6..485ae36 100644 --- a/.github/workflows/shopify-theme-pr.yml +++ b/.github/workflows/shopify-theme-pr.yml @@ -42,7 +42,7 @@ jobs: persist-credentials: false - name: Setup Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: 'lts/*' @@ -123,7 +123,7 @@ jobs: persist-credentials: false - name: Setup Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: 'lts/*' diff --git a/.github/workflows/shopify-theme-preview-cleanup.yml b/.github/workflows/shopify-theme-preview-cleanup.yml index 84e5601..4cc4c31 100644 --- a/.github/workflows/shopify-theme-preview-cleanup.yml +++ b/.github/workflows/shopify-theme-preview-cleanup.yml @@ -27,7 +27,7 @@ jobs: PR_THEME_NAME: "PR-#${{ inputs.pr-number }}" steps: - name: Setup Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: 'lts/*' diff --git a/.github/workflows/update-lockfile.yml b/.github/workflows/update-lockfile.yml index 7d61037..1bd9f8c 100644 --- a/.github/workflows/update-lockfile.yml +++ b/.github/workflows/update-lockfile.yml @@ -66,7 +66,7 @@ jobs: persist-credentials: false - name: Setup Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f #v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e #v6.4.0 with: node-version-file: .nvmrc package-manager-cache: false @@ -79,7 +79,7 @@ jobs: fi - name: Configure Dependency Cache - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f #v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e #v6.4.0 with: cache: ${{ inputs.package-manager }} node-version-file: .nvmrc