Bump the workflows group across 1 directory with 4 updates
Bumps the workflows group with 4 updates in the /.github/workflows directory: conda/actions, actions/setup-python, actions/stale and peter-evans/create-or-update-comment.
Updates conda/actions from 25.9.0 to 25.9.2
Release notes
Sourced from conda/actions's releases.
v25.9.2
What's Changed
- Remove anaconda-auth and update anaconda-client installation by
@jezdezin conda/actions#332Full Changelog: https://github.com/conda/actions/compare/v25.9.1...v25.9.2
v25.9.1
What's Changed
- Bump the workflows group in /.github/workflows with 3 updates by
@dependabot[bot] in conda/actions#323- Bump actions/github-script from 7.0.1 to 8.0.0 in /set-commit-status by
@dependabot[bot] in conda/actions#322- Bump actions/github-script from 7.0.1 to 8.0.0 in /read-yaml by
@dependabot[bot] in conda/actions#321- Bump actions/setup-node from 4.4.0 to 5.0.0 in /read-yaml by
@dependabot[bot] in conda/actions#320- Bump actions/github-script from 7.0.1 to 8.0.0 in /check-cla by
@dependabot[bot] in conda/actions#319- 🤖 Update infrastructure file(s) by
@conda-botin conda/actions#328- Update anaconda-client version and environment variable by
@jezdezin conda/actions#329- [pre-commit.ci] pre-commit autoupdate by
@pre-commit-ci[bot] in conda/actions#327- Bump conda/actions from 25.3.1 to 25.9.0 in /check-cla by
@dependabot[bot] in conda/actions#325- Bump conda/actions from 25.3.1 to 25.9.0 in /.github/workflows in the workflows group by
@dependabot[bot] in conda/actions#326Full Changelog: https://github.com/conda/actions/compare/v25.9.0...v25.9.1
Commits
f05161cRemove anaconda-auth and update anaconda-client installation (#332)ba6881eBump conda/actions in /.github/workflows in the workflows group (#326)55f54eaBump conda/actions from 25.3.1 to 25.9.0 in /check-cla (#325)73c57bb[pre-commit.ci] pre-commit autoupdate (#327)eb13490Update anaconda-client version and environment variable (#329)b574435🤖 updated file(s) (#328)4e5a1f7Bump actions/github-script from 7.0.1 to 8.0.0 in /check-cla (#319)fefde1eBump actions/setup-node from 4.4.0 to 5.0.0 in /read-yaml (#320)36f0b3eBump actions/github-script from 7.0.1 to 8.0.0 in /read-yaml (#321)6f6cc40Bump actions/github-script from 7.0.1 to 8.0.0 in /set-commit-status (#322)- Additional commits viewable in compare view
Updates actions/setup-python from 5.6.0 to 6.0.0
Release notes
Sourced from actions/setup-python's releases.
v6.0.0
What's Changed
Breaking Changes
- Upgrade to node 24 by
@salmanmkcin actions/setup-python#1164Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes
Enhancements:
- Add support for
pip-versionby@priyagupta108in actions/setup-python#1129- Enhance reading from .python-version by
@krystof-kin actions/setup-python#787- Add version parsing from Pipfile by
@aradkdjin actions/setup-python#1067Bug fixes:
- Clarify pythonLocation behaviour for PyPy and GraalPy in environment variables by
@aparnajyothi-yin actions/setup-python#1183- Change missing cache directory error to warning by
@aparnajyothi-yin actions/setup-python#1182- Add Architecture-Specific PATH Management for Python with --user Flag on Windows by
@aparnajyothi-yin actions/setup-python#1122- Include python version in PyPy python-version output by
@cdce8pin actions/setup-python#1110- Update docs: clarification on pip authentication with setup-python by
@priya-kinthaliin actions/setup-python#1156Dependency updates:
- Upgrade idna from 2.9 to 3.7 in /tests/data by
@dependabot[bot] in actions/setup-python#843- Upgrade form-data to fix critical vulnerabilities #182 & #183 by
@aparnajyothi-yin actions/setup-python#1163- Upgrade setuptools to 78.1.1 to fix path traversal vulnerability in PackageIndex.download by
@aparnajyothi-yin actions/setup-python#1165- Upgrade actions/checkout from 4 to 5 by
@dependabot[bot] in actions/setup-python#1181- Upgrade
@actions/tool-cachefrom 2.0.1 to 2.0.2 by@dependabot[bot] in actions/setup-python#1095New Contributors
@krystof-kmade their first contribution in actions/setup-python#787@cdce8pmade their first contribution in actions/setup-python#1110@aradkdjmade their first contribution in actions/setup-python#1067Full Changelog: https://github.com/actions/setup-python/compare/v5...v6.0.0
Commits
e797f83Upgrade to node 24 (#1164)3d1e2d2Revert "Enhance cache-dependency-path handling to support files outside the w...65b0712Clarify pythonLocation behavior for PyPy and GraalPy in environment variables...5b668cfBump actions/checkout from 4 to 5 (#1181)f62a0e2Change missing cache directory error to warning (#1182)9322b3cUpgrade setuptools to 78.1.1 to fix path traversal vulnerability in PackageIn...fbeb884Bump form-data to fix critical vulnerabilities #182 & #183 (#1163)03bb615Bump idna from 2.9 to 3.7 in /tests/data (#843)36da51dAdd version parsing from Pipfile (#1067)3c6f142update documentation (#1156)- Additional commits viewable in compare view
Updates actions/stale from 10.0.0 to 10.1.0
Release notes
Sourced from actions/stale's releases.
v10.1.0
What's Changed
- Add
only-issue-typesoption to filter issues by type by@Bibo-Joshiin actions/stale#1255New Contributors
@Bibo-Joshimade their first contribution in actions/stale#1255Full Changelog: https://github.com/actions/stale/compare/v10...v10.1.0
Changelog
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)
Commits
5f858e3Addonly-issue-typesoption to filter issues by type (#1255)- See full diff in compare view
Updates peter-evans/create-or-update-comment from 4.0.0 to 5.0.0
Release notes
Sourced from peter-evans/create-or-update-comment's releases.
Create or Update Comment v5.0.0
⚙️ Requires Actions Runner v2.327.1 or later if you are using a self-hosted runner for Node 24 support.
What's Changed
- build(deps): bump peter-evans/create-or-update-comment from 3 to 4 by
@dependabot[bot] in peter-evans/create-or-update-comment#307- build(deps-dev): bump
@types/nodefrom 18.19.8 to 18.19.11 by@dependabot[bot] in peter-evans/create-or-update-comment#308- build(deps): bump peter-evans/slash-command-dispatch from 3 to 4 by
@dependabot[bot] in peter-evans/create-or-update-comment#310- build(deps): bump peter-evans/create-pull-request from 5 to 6 by
@dependabot[bot] in peter-evans/create-or-update-comment#309- build(deps-dev): bump
@types/nodefrom 18.19.11 to 18.19.14 by@dependabot[bot] in peter-evans/create-or-update-comment#311- build(deps-dev): bump prettier from 3.2.4 to 3.2.5 by
@dependabot[bot] in peter-evans/create-or-update-comment#312- build(deps-dev): bump eslint-plugin-jest from 27.6.3 to 27.8.0 by
@dependabot[bot] in peter-evans/create-or-update-comment#313- build(deps-dev): bump
@types/nodefrom 18.19.14 to 18.19.15 by@dependabot[bot] in peter-evans/create-or-update-comment#314- build(deps-dev): bump
@types/nodefrom 18.19.15 to 18.19.17 by@dependabot[bot] in peter-evans/create-or-update-comment#315- build(deps-dev): bump eslint-plugin-jest from 27.8.0 to 27.9.0 by
@dependabot[bot] in peter-evans/create-or-update-comment#316- build(deps-dev): bump eslint from 8.56.0 to 8.57.0 by
@dependabot[bot] in peter-evans/create-or-update-comment#318- build(deps-dev): bump
@types/nodefrom 18.19.17 to 18.19.19 by@dependabot[bot] in peter-evans/create-or-update-comment#319- build(deps-dev): bump eslint-plugin-github from 4.10.1 to 4.10.2 by
@dependabot[bot] in peter-evans/create-or-update-comment#320- build(deps-dev): bump
@types/nodefrom 18.19.19 to 18.19.21 by@dependabot[bot] in peter-evans/create-or-update-comment#321- build(deps-dev): bump
@types/nodefrom 18.19.21 to 18.19.23 by@dependabot[bot] in peter-evans/create-or-update-comment#322- build(deps-dev): bump
@types/nodefrom 18.19.23 to 18.19.26 by@dependabot[bot] in peter-evans/create-or-update-comment#325- build(deps-dev): bump
@types/nodefrom 18.19.26 to 18.19.29 by@dependabot[bot] in peter-evans/create-or-update-comment#326- build(deps-dev): bump
@types/nodefrom 18.19.29 to 18.19.31 by@dependabot[bot] in peter-evans/create-or-update-comment#327- build(deps): bump chuhlomin/render-template from 1.9 to 1.10 by
@dependabot[bot] in peter-evans/create-or-update-comment#328- build(deps-dev): bump
@types/nodefrom 18.19.31 to 18.19.32 by@dependabot[bot] in peter-evans/create-or-update-comment#329- build(deps-dev): bump
@types/nodefrom 18.19.32 to 18.19.33 by@dependabot[bot] in peter-evans/create-or-update-comment#330- build(deps-dev): bump prettier from 3.2.5 to 3.3.0 by
@dependabot[bot] in peter-evans/create-or-update-comment#332- build(deps-dev): bump
@types/nodefrom 18.19.33 to 18.19.34 by@dependabot[bot] in peter-evans/create-or-update-comment#333- build(deps-dev): bump prettier from 3.3.0 to 3.3.2 by
@dependabot[bot] in peter-evans/create-or-update-comment#334- build(deps-dev): bump braces from 3.0.2 to 3.0.3 by
@dependabot[bot] in peter-evans/create-or-update-comment#335- build(deps-dev): bump ws from 7.5.9 to 7.5.10 by
@dependabot[bot] in peter-evans/create-or-update-comment#336- build(deps-dev): bump
@types/nodefrom 18.19.34 to 18.19.36 by@dependabot[bot] in peter-evans/create-or-update-comment#337- build(deps-dev): bump
@types/nodefrom 18.19.36 to 18.19.39 by@dependabot[bot] in peter-evans/create-or-update-comment#338- build(deps-dev): bump
@types/nodefrom 18.19.39 to 18.19.40 by@dependabot[bot] in peter-evans/create-or-update-comment#340- build(deps-dev): bump prettier from 3.3.2 to 3.3.3 by
@dependabot[bot] in peter-evans/create-or-update-comment#339- build(deps-dev): bump
@types/nodefrom 18.19.40 to 18.19.42 by@dependabot[bot] in peter-evans/create-or-update-comment#342- build(deps-dev): bump eslint-plugin-prettier from 5.1.3 to 5.2.1 by
@dependabot[bot] in peter-evans/create-or-update-comment#343- build(deps-dev): bump
@types/nodefrom 18.19.42 to 18.19.43 by@dependabot[bot] in peter-evans/create-or-update-comment#345- build(deps-dev): bump
@types/nodefrom 18.19.43 to 18.19.44 by@dependabot[bot] in peter-evans/create-or-update-comment#347- build(deps-dev): bump
@types/nodefrom 18.19.44 to 18.19.45 by@dependabot[bot] in peter-evans/create-or-update-comment#348- build(deps-dev): bump
@types/nodefrom 18.19.45 to 18.19.47 by@dependabot[bot] in peter-evans/create-or-update-comment#349- build(deps-dev): bump
@types/nodefrom 18.19.47 to 18.19.49 by@dependabot[bot] in peter-evans/create-or-update-comment#350- build(deps): bump peter-evans/create-pull-request from 6 to 7 by
@dependabot[bot] in peter-evans/create-or-update-comment#351- build(deps-dev): bump
@types/nodefrom 18.19.49 to 18.19.50 by@dependabot[bot] in peter-evans/create-or-update-comment#352- build(deps-dev): bump eslint from 8.57.0 to 8.57.1 by
@dependabot[bot] in peter-evans/create-or-update-comment#353- build(deps-dev): bump
@vercel/nccfrom 0.38.1 to 0.38.2 by@dependabot[bot] in peter-evans/create-or-update-comment#354- build(deps-dev): bump
@types/nodefrom 18.19.50 to 18.19.51 by@dependabot[bot] in peter-evans/create-or-update-comment#355- Update distribution by
@actions-botin peter-evans/create-or-update-comment#356- build(deps-dev): bump
@types/nodefrom 18.19.51 to 18.19.54 by@dependabot[bot] in peter-evans/create-or-update-comment#357- build(deps-dev): bump
@types/nodefrom 18.19.54 to 18.19.55 by@dependabot[bot] in peter-evans/create-or-update-comment#359- build(deps): bump
@actions/corefrom 1.10.1 to 1.11.1 by@dependabot[bot] in peter-evans/create-or-update-comment#360
... (truncated)
Commits
e8674b0feat: v5 (#439)fffe59ebuild(deps-dev): bump@types/nodefrom 18.19.127 to 18.19.129 (#438)076d572build(deps-dev): bump@types/nodefrom 18.19.126 to 18.19.127 (#437)86a2645build(deps-dev): bump@vercel/nccfrom 0.38.3 to 0.38.4 (#436)be17e0cbuild(deps-dev): bump@types/nodefrom 18.19.124 to 18.19.126 (#435)ef75eaebuild(deps-dev): bump@types/nodefrom 18.19.123 to 18.19.124 (#433)82a7ad0build(deps): bump actions/setup-node from 4 to 5 (#432)f7c845dbuild(deps-dev): bump@types/nodefrom 18.19.122 to 18.19.123 (#430)5da8e07build(deps-dev): bump eslint-plugin-prettier from 5.5.3 to 5.5.4 (#428)2de7f66build(deps-dev): bump@types/nodefrom 18.19.121 to 18.19.122 (#427)- Additional commits viewable 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 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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) -
@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) -
@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) -
@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency -
@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions