Bump actions/stale from 9 to 10
Type: Pull Request
State: Merged
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(4 days ago)
(3 days ago)
(3 days ago)
by igor-karpukhin
dependencies github_actions
Bumps actions/stale from 9 to 10.
Release notes
Sourced from actions/stale's releases.
v10.0.0
What's Changed
Breaking Changes
- Upgrade to node 24 by
@salmanmkc
in 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
@suyashgaonkar
in 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/cache
from 4.0.0 to 4.0.2 by@aparnajyothi-y
in actions/stale#1226- Upgrade
@action/cache
from 4.0.2 to 4.0.3 by@suyashgaonkar
in 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
@gowridurgad
in actions/stale#1277Documentation changes
- Changelog update for recent releases by
@suyashgaonkar
in actions/stale#1224- Permissions update in Readme by
@ghadimir
in actions/stale#1248New Contributors
@suyashgaonkar
made their first contribution in actions/stale#1224@GhadimiR
made their first contribution in actions/stale#1248@gowridurgad
made their first contribution in actions/stale#1277@salmanmkc
made their first contribution in actions/stale#1279Full Changelog: https://github.com/actions/stale/compare/v9...v10.0.0
v9.1.0
What's Changed
- Documentation update by
@Marukome0743
in actions/stale#1116- Add workflow file for publishing releases to immutable action package by
@Jcambass
in actions/stale#1179- Update undici from 5.28.2 to 5.28.4 by
@dependabot
in actions/stale#1150- Update actions/checkout from 3 to 4 by
@dependabot
in actions/stale#1091- Update actions/publish-action from 0.2.2 to 0.3.0 by
@dependabot
in actions/stale#1147- Update ts-jest from 29.1.1 to 29.2.5 by
@dependabot
in actions/stale#1175- Update
@actions/core
from 1.10.1 to 1.11.1 by@dependabot
in actions/stale#1191- Update
@types/jest
from 29.5.11 to 29.5.14 by@dependabot
in actions/stale#1193- Update
@actions/cache
from 3.2.2 to 4.0.0 by@dependabot
in actions/stale#1194New Contributors
@Marukome0743
made their first contribution in actions/stale#1116@Jcambass
made their first contribution in actions/stale#1179Full Changelog: https://github.com/actions/stale/compare/v9...v9.1.0
Changelog
Sourced from actions/stale's changelog.
Changelog
[9.1.0]
What's Changed
- Documentation update by
@Marukome0743
in actions/stale#1116- Add workflow file for publishing releases to immutable action package by
@Jcambass
in actions/stale#1179- Update undici from 5.28.2 to 5.28.4 by
@dependabot
in actions/stale#1150- Update actions/checkout from 3 to 4 by
@dependabot
in actions/stale#1091- Update actions/publish-action from 0.2.2 to 0.3.0 by
@dependabot
in actions/stale#1147- Update ts-jest from 29.1.1 to 29.2.5 by
@dependabot
in actions/stale#1175- Update
@actions/core
from 1.10.1 to 1.11.1 by@dependabot
in actions/stale#1191- Update
@types/jest
from 29.5.11 to 29.5.14 by@dependabot
in actions/stale#1193- Update
@actions/cache
from 3.2.2 to 4.0.0 by@dependabot
in 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.
What Else Changed
- Performance optimization that removes unnecessary API calls by
@dsame
in #1033; fixes #792- Logs displaying current GitHub API rate limit by
@dsame
in #1032; addresses #1029For more information, please read the action documentation and its section about statefulness
[4.1.1]
In scope of this release we updated actions/core to 1.10.0 for v4 and fixed issues operation count.
[8.0.0]
:warning: This version contains breaking changes :warning:
- New option labels-to-remove-when-stale enables users to specify list of comma delimited labels that will be removed when the issue or PR becomes stale by
@panticmilos
actions/stale#770- Skip deleting the branch in the upstream of a forked repo by
@dsame
actions/stale#913- abort the build on the error by
@dsame
in actions/stale#935[7.0.0]
:warning: Breaking change :warning:
- Allow daysBeforeStale options to be float by
@irega
in actions/stale#841- Use cache in check-dist.yml by
@jongwooo
in actions/stale#876- fix print outputs step in existing workflows by
@irega
in actions/stale#859- Update issue and PR templates, add/delete workflow files by
@IvanZosimov
in actions/stale#880- Update how stale handles exempt items by
@johnsudol
in actions/stale#874
... (truncated)
Commits
3a9db7e
Upgrade to node 24 (#1279)8f717f0
Bumps form-data (#1277)a92fd57
build(deps): bump undici from 5.28.5 to 5.29.0 (#1251)128b2c8
Introducing sort-by option (#1254)f78de97
Update README.md (#1248)816d9db
Upgrade@action/cache
from 4.0.2 to 4.0.3 (#1233)ba23c1c
upgrade actions/cache from 4.0.0 to 4.0.2 (#1226)a65e88a
build(deps): bump undici from 5.28.4 to 5.28.5 (#1201)d4df79c
Updates to CHANGELOG.MD for recent releases (#1224)ee7ef89
build(deps): bump actions/publish-immutable-action from 0.0.3 to 0.0.4 (#1186)- See full diff in compare view
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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
1
1
+1
-1
Package Dependencies
Technical Details
ID: | 7300648 |
UUID: | 2810698660 |
Node ID: | PR_kwDOEnYpJ86nh9uk |
Host: | GitHub |
Repository: | mongodb/mongodb-atlas-kubernetes |
Merge State: | Unknown |