From 7e1d35246922148db7bf8854ad577ec4564c112d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 11:50:00 -0700 Subject: [PATCH] Bump the updates group with 2 updates (#4140) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the updates group with 2 updates: [actions/github-script](https://github.com/actions/github-script) and [actions/stale](https://github.com/actions/stale). Updates `actions/github-script` from 8 to 9
Release notes

Sourced from actions/github-script's releases.

v9.0.0

New features:

Breaking changes:

What's Changed

New Contributors

Full Changelog: https://github.com/actions/github-script/compare/v8.0.0...v9.0.0

Commits

Updates `actions/stale` from 10.2.0 to 10.3.0
Release notes

Sourced from actions/stale's releases.

v10.3.0

What's Changed

Bug Fix

Dependency Updates

New Contributors

Full Changelog: https://github.com/actions/stale/compare/v10...v10.3.0

Commits

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 major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/pr-close-on-label.yml | 2 +- .github/workflows/pr-stale.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-close-on-label.yml b/.github/workflows/pr-close-on-label.yml index c3f342252..e040361c7 100644 --- a/.github/workflows/pr-close-on-label.yml +++ b/.github/workflows/pr-close-on-label.yml @@ -15,7 +15,7 @@ jobs: timeout-minutes: 2 steps: - name: Close PR if label matches - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | // Maintainer-applied labels that trigger an auto-close + comment. diff --git a/.github/workflows/pr-stale.yml b/.github/workflows/pr-stale.yml index e56f5214f..925466c21 100644 --- a/.github/workflows/pr-stale.yml +++ b/.github/workflows/pr-stale.yml @@ -10,7 +10,7 @@ jobs: permissions: pull-requests: write steps: - - uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f + - uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 with: days-before-pr-close: 14 days-before-pr-stale: 14