ci(deps): bump actions/stale from 3 to 10 - #65
Conversation
Bumps [actions/stale](https://github.com/actions/stale) from 3 to 10. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@v3...v10) --- updated-dependencies: - dependency-name: actions/stale dependency-version: '10' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
There was a problem hiding this comment.
Pull Request Overview
This PR updates the actions/stale GitHub Action from version 3 to version 10, bringing security fixes, performance improvements, and new features while upgrading to Node.js 24 runtime.
Key changes:
- Upgrades actions/stale from v3 to v10 (major version bump)
- Introduces breaking changes including Node.js 24 requirement and stateful operation handling
- Adds new features like sort-by option and enhanced performance optimizations
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/stale@v3 | ||
| - uses: actions/stale@v10 |
There was a problem hiding this comment.
[nitpick] Consider using a more specific version tag like v10.0.0 instead of v10 to ensure consistent behavior across runs and avoid potential issues if future v10.x releases introduce breaking changes.
| - uses: actions/stale@v10 | |
| - uses: actions/stale@v10.0.0 |
Bumps actions/stale from 3 to 10.
Release notes
Sourced from actions/stale's releases.
... (truncated)
Changelog
Sourced from actions/stale's changelog.
... (truncated)
Commits
3a9db7eUpgrade to node 24 (#1279)8f717f0Bumps form-data (#1277)a92fd57build(deps): bump undici from 5.28.5 to 5.29.0 (#1251)128b2c8Introducing sort-by option (#1254)f78de97Update README.md (#1248)816d9dbUpgrade@action/cachefrom 4.0.2 to 4.0.3 (#1233)ba23c1cupgrade actions/cache from 4.0.0 to 4.0.2 (#1226)a65e88abuild(deps): bump undici from 5.28.4 to 5.28.5 (#1201)d4df79cUpdates to CHANGELOG.MD for recent releases (#1224)ee7ef89build(deps): bump actions/publish-immutable-action from 0.0.3 to 0.0.4 (#1186)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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)