From 5b6ef894c12ffe3149414e2783ea5a61002b55d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 22:34:09 +0000 Subject: [PATCH] Bump the major group across 1 directory with 3 updates Bumps the major group with 3 updates in the / directory: [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata), [pnpm/action-setup](https://github.com/pnpm/action-setup) and [actions/github-script](https://github.com/actions/github-script). Updates `dependabot/fetch-metadata` from 2 to 3 - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](https://github.com/dependabot/fetch-metadata/compare/v2...v3) Updates `pnpm/action-setup` from 5 to 6 - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v5...v6) Updates `actions/github-script` from 8 to 9 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v8...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: major - dependency-name: dependabot/fetch-metadata dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: major - dependency-name: pnpm/action-setup dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: major ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-merge.yml | 2 +- .github/workflows/copilot-setup-steps.yml | 2 +- .github/workflows/pr-reports.yml | 2 +- .github/workflows/pr-validation.yml | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 9cbfa799a7..5a8873d4dc 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -23,7 +23,7 @@ jobs: - name: Dependabot metadata if: github.actor == 'dependabot[bot]' id: metadata - uses: dependabot/fetch-metadata@v2 + uses: dependabot/fetch-metadata@v3 with: github-token: ${{ steps.app-token.outputs.token }} diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 1c5175a7d9..37c51feb7c 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: pnpm/action-setup@v5 + - uses: pnpm/action-setup@v6 - name: Setup Node uses: actions/setup-node@v6 diff --git a/.github/workflows/pr-reports.yml b/.github/workflows/pr-reports.yml index b57a992623..bbda40a232 100644 --- a/.github/workflows/pr-reports.yml +++ b/.github/workflows/pr-reports.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Check for all artifacts id: check - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const artifacts = await github.rest.actions.listWorkflowRunArtifacts({ diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index ae4b8eba1d..9ffc902479 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -19,7 +19,7 @@ jobs: # Inline setup - required for fork PR compatibility # Cannot use ./.github/actions/setup-pnpm as it won't work from forks - - uses: pnpm/action-setup@v5 + - uses: pnpm/action-setup@v6 - name: Setup Node uses: actions/setup-node@v6 @@ -58,7 +58,7 @@ jobs: - uses: actions/checkout@v6 # Inline setup - required for fork PR compatibility - - uses: pnpm/action-setup@v5 + - uses: pnpm/action-setup@v6 - name: Setup Node uses: actions/setup-node@v6 @@ -120,7 +120,7 @@ jobs: - uses: actions/checkout@v6 # Inline setup - required for fork PR compatibility - - uses: pnpm/action-setup@v5 + - uses: pnpm/action-setup@v6 - name: Setup Node uses: actions/setup-node@v6