From d64087546d1cbff7c98ac2fd2452620ed453148d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Mon, 5 Jan 2026 14:06:58 +0000 Subject: [PATCH] Update actions/stale action to v10 (#15) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/stale](https://github.com/actions/stale) | action | major | `v1` → `v10` | --- ### Release Notes
actions/stale (actions/stale) ### [`v10`](https://github.com/actions/stale/compare/v9...v10) [Compare Source](https://github.com/actions/stale/compare/v9...v10) ### [`v9`](https://github.com/actions/stale/compare/v8...v9) [Compare Source](https://github.com/actions/stale/compare/v8...v9) ### [`v8`](https://github.com/actions/stale/compare/v7...v8) [Compare Source](https://github.com/actions/stale/compare/v7...v8) ### [`v7`](https://github.com/actions/stale/compare/v6...v7) [Compare Source](https://github.com/actions/stale/compare/v6...v7) ### [`v6`](https://github.com/actions/stale/compare/v5...v6) [Compare Source](https://github.com/actions/stale/compare/v5...v6) ### [`v5`](https://github.com/actions/stale/compare/v4...v5) [Compare Source](https://github.com/actions/stale/compare/v4...v5) ### [`v4`](https://github.com/actions/stale/compare/v3...v4) [Compare Source](https://github.com/actions/stale/compare/v3...v4) ### [`v3`](https://github.com/actions/stale/compare/v2...v3) [Compare Source](https://github.com/actions/stale/compare/v2...v3) ### [`v2`](https://github.com/actions/stale/compare/v1...v2) [Compare Source](https://github.com/actions/stale/compare/v1...v2)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.tainton.uk/repos/TeamsUserEnroller/pulls/15 Co-authored-by: renovate[bot] Co-committed-by: renovate[bot] --- .archive/.github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.archive/.github/workflows/stale.yml b/.archive/.github/workflows/stale.yml index 802fd6c..c8d658b 100644 --- a/.archive/.github/workflows/stale.yml +++ b/.archive/.github/workflows/stale.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/stale@v1 + - uses: actions/stale@v10 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'This issue has been marked as stale due to inactivity. If this issue is still ongoing, please leave a comment.'