[PR #11] Update actions/stale action to v10 #4

Open
opened 2026-06-08 08:29:07 +00:00 by ryangr0 · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/webgrip/docker-github-actions-runner/pull/11
Author: @webgrip-renovate[bot]
Created: 6/3/2026
Status: 🔄 Open

Base: masterHead: renovate/actions-stale-10.x


📝 Commits (1)

  • 9075aeb Update actions/stale action to v10

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 .github/workflows/stale.yml (+1 -1)

📄 Description

This PR contains the following updates:

Package Type Update Change
actions/stale action major v9v10

Release Notes

actions/stale (actions/stale)

v10.3.0

Compare Source

What's Changed

Bug Fix
Dependency Updates

New Contributors

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

v10.2.0

Compare Source

What's Changed

Bug Fix
Dependency Updates

New Contributors

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

v10.1.1

Compare Source

What's Changed

Bug Fix
Improvement
Dependency Upgrades

New Contributors

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

v10.1.0

Compare Source

What's Changed

New Contributors

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

v10.0.0

Compare Source

What's Changed

Breaking Changes
Enhancement
Dependency Upgrades
Documentation changes

New Contributors

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

v10

Compare Source


Configuration

📅 Schedule: (in timezone Europe/Amsterdam)

  • 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 Mend Renovate.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/webgrip/docker-github-actions-runner/pull/11 **Author:** [@webgrip-renovate[bot]](https://github.com/apps/webgrip-renovate) **Created:** 6/3/2026 **Status:** 🔄 Open **Base:** `master` ← **Head:** `renovate/actions-stale-10.x` --- ### 📝 Commits (1) - [`9075aeb`](https://github.com/webgrip/docker-github-actions-runner/commit/9075aeb13ba36a8dc746f6004b0fbf8515db4ded) Update actions/stale action to v10 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/stale.yml` (+1 -1) </details> ### 📄 Description This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/stale](https://redirect.github.com/actions/stale) | action | major | `v9` → `v10` | --- ### Release Notes <details> <summary>actions/stale (actions/stale)</summary> ### [`v10.3.0`](https://redirect.github.com/actions/stale/releases/tag/v10.3.0) [Compare Source](https://redirect.github.com/actions/stale/compare/v10.2.0...v10.3.0) #### What's Changed ##### Bug Fix - Enhancement: ignore stale labeling events by [@&#8203;shamoon](https://redirect.github.com/shamoon) in [#&#8203;1311](https://redirect.github.com/actions/stale/pull/1311) ##### Dependency Updates - Upgrade dependencies ([@&#8203;actions/core](https://redirect.github.com/actions/core), [@&#8203;octokit/plugin-retry](https://redirect.github.com/octokit/plugin-retry), [@&#8203;typescript-eslint](https://redirect.github.com/typescript-eslint)) by [@&#8203;Copilot](https://redirect.github.com/Copilot) in [#&#8203;1335](https://redirect.github.com/actions/stale/pull/1335) #### New Contributors - [@&#8203;shamoon](https://redirect.github.com/shamoon) made their first contribution in [#&#8203;1311](https://redirect.github.com/actions/stale/pull/1311) **Full Changelog**: <https://github.com/actions/stale/compare/v10...v10.3.0> ### [`v10.2.0`](https://redirect.github.com/actions/stale/releases/tag/v10.2.0) [Compare Source](https://redirect.github.com/actions/stale/compare/v10.1.1...v10.2.0) #### What's Changed ##### Bug Fix - Fix checking state cache (fix [#&#8203;1136](https://redirect.github.com/actions/stale/issues/1136)) and switch to Octokit helper methods by [@&#8203;itchyny](https://redirect.github.com/itchyny) in [#&#8203;1152](https://redirect.github.com/actions/stale/pull/1152) ##### Dependency Updates - Upgrade js-yaml from 4.1.0 to 4.1.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;1304](https://redirect.github.com/actions/stale/pull/1304) - Upgrade lodash from 4.17.21 to 4.17.23 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;1313](https://redirect.github.com/actions/stale/pull/1313) - Upgrade actions/cache from 4.0.3 to 5.0.2 and actions/github from 5.1.1 to 7.0.0 by [@&#8203;chiranjib-swain](https://redirect.github.com/chiranjib-swain) in [#&#8203;1312](https://redirect.github.com/actions/stale/pull/1312) #### New Contributors - [@&#8203;itchyny](https://redirect.github.com/itchyny) made their first contribution in [#&#8203;1152](https://redirect.github.com/actions/stale/pull/1152) **Full Changelog**: <https://github.com/actions/stale/compare/v10...v10.2.0> ### [`v10.1.1`](https://redirect.github.com/actions/stale/releases/tag/v10.1.1) [Compare Source](https://redirect.github.com/actions/stale/compare/v10.1.0...v10.1.1) #### What's Changed ##### Bug Fix - Add Missing Input Reading for `only-issue-types` by [@&#8203;Bibo-Joshi](https://redirect.github.com/Bibo-Joshi) in [#&#8203;1298](https://redirect.github.com/actions/stale/pull/1298) ##### Improvement - Improves error handling when rate limiting is disabled on GHES. by [@&#8203;chiranjib-swain](https://redirect.github.com/chiranjib-swain) in [#&#8203;1300](https://redirect.github.com/actions/stale/pull/1300) ##### Dependency Upgrades - Upgrade eslint-config-prettier from 8.10.0 to 10.1.8 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;1276](https://redirect.github.com/actions/stale/pull/1276) - Upgrade [@&#8203;types/node](https://redirect.github.com/types/node) from 20.10.3 to 24.2.0 and document breaking changes in v10 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;1280](https://redirect.github.com/actions/stale/pull/1280) - Upgrade actions/publish-action from 0.3.0 to 0.4.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;1291](https://redirect.github.com/actions/stale/pull/1291) - Upgrade actions/checkout from 4 to 6 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;1306](https://redirect.github.com/actions/stale/pull/1306) #### New Contributors - [@&#8203;chiranjib-swain](https://redirect.github.com/chiranjib-swain) made their first contribution in [#&#8203;1300](https://redirect.github.com/actions/stale/pull/1300) **Full Changelog**: <https://github.com/actions/stale/compare/v10...v10.1.1> ### [`v10.1.0`](https://redirect.github.com/actions/stale/releases/tag/v10.1.0) [Compare Source](https://redirect.github.com/actions/stale/compare/v10...v10.1.0) #### What's Changed - Add `only-issue-types` option to filter issues by type by [@&#8203;Bibo-Joshi](https://redirect.github.com/Bibo-Joshi) in [#&#8203;1255](https://redirect.github.com/actions/stale/pull/1255) #### New Contributors - [@&#8203;Bibo-Joshi](https://redirect.github.com/Bibo-Joshi) made their first contribution in [#&#8203;1255](https://redirect.github.com/actions/stale/pull/1255) **Full Changelog**: <https://github.com/actions/stale/compare/v10...v10.1.0> ### [`v10.0.0`](https://redirect.github.com/actions/stale/releases/tag/v10.0.0) [Compare Source](https://redirect.github.com/actions/stale/compare/v10...v10) #### What's Changed ##### Breaking Changes - Upgrade to node 24 by [@&#8203;salmanmkc](https://redirect.github.com/salmanmkc) in [#&#8203;1279](https://redirect.github.com/actions/stale/pull/1279) Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. [Release Notes](https://redirect.github.com/actions/runner/releases/tag/v2.327.1) ##### Enhancement - Introducing sort-by option by [@&#8203;suyashgaonkar](https://redirect.github.com/suyashgaonkar) in [#&#8203;1254](https://redirect.github.com/actions/stale/pull/1254) ##### Dependency Upgrades - Upgrade actions/publish-immutable-action from 0.0.3 to 0.0.4 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;1186](https://redirect.github.com/actions/stale/pull/1186) - Upgrade undici from 5.28.4 to 5.28.5 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;1201](https://redirect.github.com/actions/stale/pull/1201) - Upgrade [@&#8203;action/cache](https://redirect.github.com/action/cache) from 4.0.0 to 4.0.2 by [@&#8203;aparnajyothi-y](https://redirect.github.com/aparnajyothi-y) in [#&#8203;1226](https://redirect.github.com/actions/stale/pull/1226) - Upgrade [@&#8203;action/cache](https://redirect.github.com/action/cache) from 4.0.2 to 4.0.3 by [@&#8203;suyashgaonkar](https://redirect.github.com/suyashgaonkar) in [#&#8203;1233](https://redirect.github.com/actions/stale/pull/1233) - Upgrade undici from 5.28.5 to 5.29.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;1251](https://redirect.github.com/actions/stale/pull/1251) - Upgrade form-data to bring in fix for critical vulnerability by [@&#8203;gowridurgad](https://redirect.github.com/gowridurgad) in [#&#8203;1277](https://redirect.github.com/actions/stale/pull/1277) ##### Documentation changes - Changelog update for recent releases by [@&#8203;suyashgaonkar](https://redirect.github.com/suyashgaonkar) in [#&#8203;1224](https://redirect.github.com/actions/stale/pull/1224) - Permissions update in Readme by [@&#8203;ghadimir](https://redirect.github.com/ghadimir) in [#&#8203;1248](https://redirect.github.com/actions/stale/pull/1248) #### New Contributors - [@&#8203;suyashgaonkar](https://redirect.github.com/suyashgaonkar) made their first contribution in [#&#8203;1224](https://redirect.github.com/actions/stale/pull/1224) - [@&#8203;GhadimiR](https://redirect.github.com/GhadimiR) made their first contribution in [#&#8203;1248](https://redirect.github.com/actions/stale/pull/1248) - [@&#8203;gowridurgad](https://redirect.github.com/gowridurgad) made their first contribution in [#&#8203;1277](https://redirect.github.com/actions/stale/pull/1277) - [@&#8203;salmanmkc](https://redirect.github.com/salmanmkc) made their first contribution in [#&#8203;1279](https://redirect.github.com/actions/stale/pull/1279) **Full Changelog**: <https://github.com/actions/stale/compare/v9...v10.0.0> ### [`v10`](https://redirect.github.com/actions/stale/compare/v9.1.0...v10) [Compare Source](https://redirect.github.com/actions/stale/compare/v9.1.0...v10) </details> --- ### Configuration 📅 **Schedule**: (in timezone Europe/Amsterdam) - 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMDkuMCIsInVwZGF0ZWRJblZlciI6IjQzLjIwOS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
webgrip/docker-github-actions-runner#4
No description provided.