Sourced from actions/stale's releases.
v11.0.0
What's Changed
Enhancement
- Migrate to ESM and update dependencies by
@chiranjib-swainin actions/stale#1350Dependency Update
- Override brace-expansion to 5.0.8 to address 24 high-severity dependency vulnerabilities by
@dependabotin actions/stale#1351Full Changelog: https://github.com/actions/stale/compare/v10...v11.0.0
v10.4.0
What's Changed
Bug Fix
- Fixed
only-issue-typesvalidation by@trueberrylessin actions/stale#1338Dependency Updates
- Bump undici to 6.27.0 via override, clean up stale license files, and version to 10.4.0. by
@dependabotin actions/stale#1342New Contributors
@trueberrylessmade their first contribution in actions/stale#1338Full Changelog: https://github.com/actions/stale/compare/v10.3.0...v10.4.0
v10.3.0
What's Changed
Bug Fix
- Enhancement: ignore stale labeling events by
@shamoonin actions/stale#1311Dependency Updates
- Upgrade dependencies (
@actions/core,@octokit/plugin-retry,@typescript-eslint) by@Copilotin actions/stale#1335New Contributors
@shamoonmade their first contribution in actions/stale#1311Full Changelog: https://github.com/actions/stale/compare/v10...v10.3.0
v10.2.0
What's Changed
Bug Fix
- Fix checking state cache (fix #1136) and switch to Octokit helper methods by
@itchynyin actions/stale#1152Dependency Updates
- Upgrade js-yaml from 4.1.0 to 4.1.1 by
@dependabotin actions/stale#1304- Upgrade lodash from 4.17.21 to 4.17.23 by
@dependabotin actions/stale#1313- Upgrade actions/cache from 4.0.3 to 5.0.2 and actions/github from 5.1.1 to 7.0.0 by
@chiranjib-swainin actions/stale#1312New Contributors
@itchynymade their first contribution in actions/stale#1152Full Changelog: https://github.com/actions/stale/compare/v10...v10.2.0
... (truncated)
Sourced from actions/stale's changelog.
Changelog
[10.1.0]
What's Changed
- Add only-issue-types option to filter issues by type by
@Bibo-Joshiin actions/stale#1255[10.0.0]
What's Changed
Breaking Changes
- Upgrade to node 24 by
@salmanmkcin actions/stale#1279 Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. Release NotesEnhancement
- Introducing sort-by option by
@suyashgaonkarin actions/stale#1254Dependency Upgrades
- Upgrade actions/publish-immutable-action from 0.0.3 to 0.0.4 by
@dependabot[bot] in actions/stale#1186- Upgrade undici from 5.28.4 to 5.28.5 by
@dependabot[bot] in actions/stale#1201- Upgrade
@action/cachefrom 4.0.0 to 4.0.2 by@aparnajyothi-yin actions/stale#1226- Upgrade
@action/cachefrom 4.0.2 to 4.0.3 by@suyashgaonkarin actions/stale#1233- Upgrade undici from 5.28.5 to 5.29.0 by
@dependabot[bot] in actions/stale#1251- Upgrade form-data to bring in fix for critical vulnerability by
@gowridurgadin actions/stale#1277Documentation changes
- Changelog update for recent releases by
@suyashgaonkarin actions/stale#1224- Permissions update in Readme by
@ghadimirin actions/stale#1248[9.1.0]
What's Changed
- Documentation update by
@Marukome0743in actions/stale#1116- Add workflow file for publishing releases to immutable action package by
@Jcambassin actions/stale#1179- Update undici from 5.28.2 to 5.28.4 by
@dependabotin actions/stale#1150- Update actions/checkout from 3 to 4 by
@dependabotin actions/stale#1091- Update actions/publish-action from 0.2.2 to 0.3.0 by
@dependabotin actions/stale#1147- Update ts-jest from 29.1.1 to 29.2.5 by
@dependabotin actions/stale#1175- Update
@actions/corefrom 1.10.1 to 1.11.1 by@dependabotin actions/stale#1191- Update
@types/jestfrom 29.5.11 to 29.5.14 by@dependabotin actions/stale#1193- Update
@actions/cachefrom 3.2.2 to 4.0.0 by@dependabotin actions/stale#1194[9.0.0]
Breaking Changes
- Action is now stateful: If the action ends because of operations-per-run then the next run will start from the first unprocessed issue skipping the issues processed during the previous run(s). The state is reset when all the issues are processed. This should be considered for scheduling workflow runs.
- Version 9 of this action updated the runtime to Node.js 20. All scripts are now run with Node.js 20 instead of Node.js 16 and are affected by any breaking changes between Node.js 16 and 20.
... (truncated)
4391f3d
Fix 24 high severity vulnerabilities by overriding brace-expansion to
5.0.8 (...eaf9131
refactor: update imports to use ES module syntax and improve test
structure (...