From 60eb4ba9cd95c6b8e317f09a6f916e06f843f5c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 08:14:59 +0000 Subject: [PATCH] chore(deps): bump actions/github-script from 7 to 8 Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/dependabot-auto-merge.yml | 2 +- .github/workflows/pr-checks.yml | 2 +- .github/workflows/size-check.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index 0b9388d4..57f09b46 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -66,7 +66,7 @@ jobs: - name: Comment on major updates if: steps.metadata.outputs.update-type == 'version-update:semver-major' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | github.rest.issues.createComment({ diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index f0576226..a66e656f 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -46,7 +46,7 @@ jobs: - name: Comment on PR if: success() - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const message = `✅ All checks passed!\n\n- ✅ Type check passed\n- ✅ Tests passed\n- ✅ Lint check completed`; diff --git a/.github/workflows/size-check.yml b/.github/workflows/size-check.yml index 60a3327d..c9edf9e1 100644 --- a/.github/workflows/size-check.yml +++ b/.github/workflows/size-check.yml @@ -73,7 +73,7 @@ jobs: echo "- ⚠️ Plugin packages should be < 150KB gzipped" >> size-report.md - name: Comment PR - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const fs = require('fs');