chore(deps): update actions/setup-python action to v7 #143

Closed
noplife wants to merge 0 commits from nop/actions-setup-python-7.x into main
Collaborator

This PR contains the following updates:

Package Type Update Change
actions/setup-python action major v5v7

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

actions/setup-python (actions/setup-python)

v7.0.0

Compare Source

What's Changed
Enhancements
Bug Fix
Dependency Upgrade
New Contributors

Full Changelog: https://github.com/actions/setup-python/compare/v6...v7.0.0

v7

Compare Source

v6.3.0

Compare Source

What's Changed
Enhancement
Dependency update
Documentation
New Contributors

Full Changelog: https://github.com/actions/setup-python/compare/v6.2.0...v6.3.0

v6.2.0

Compare Source

What's Changed
Dependency Upgrades

Full Changelog: https://github.com/actions/setup-python/compare/v6...v6.2.0

v6.1.0

Compare Source

What's Changed
Enhancements:
Dependency and Documentation updates:
New Contributors

Full Changelog: https://github.com/actions/setup-python/compare/v6...v6.1.0

v6.0.0

Compare Source

What's Changed
Breaking Changes

Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes

Enhancements:
Bug fixes:
Dependency updates:
New Contributors

Full Changelog: https://github.com/actions/setup-python/compare/v5...v6.0.0

v6

Compare Source


Configuration

📅 Schedule: (UTC)

  • 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 is behind base branch, 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 PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-python](https://github.com/actions/setup-python) | action | major | `v5` → `v7` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/124) for more information. --- ### Release Notes <details> <summary>actions/setup-python (actions/setup-python)</summary> ### [`v7.0.0`](https://github.com/actions/setup-python/releases/tag/v7.0.0) [Compare Source](https://github.com/actions/setup-python/compare/v7.0.0...v7.0.0) ##### What's Changed ##### Enhancements - Migrate to ESM and upgrade dependencies by [@&#8203;priyagupta108](https://github.com/priyagupta108) in [#&#8203;1330](https://github.com/actions/setup-python/pull/1330) - Pin SHA commits and update docs with latest versions by [@&#8203;HarithaVattikuti](https://github.com/HarithaVattikuti) in [#&#8203;1338](https://github.com/actions/setup-python/pull/1338) - Remove the pip-install input by [@&#8203;gowridurgad](https://github.com/gowridurgad) in [#&#8203;1336](https://github.com/actions/setup-python/pull/1336) ##### Bug Fix - Fix to Classify stderr warning messages as warnings instead of errors in annotations by [@&#8203;lmvysakh](https://github.com/lmvysakh) in [#&#8203;1335](https://github.com/actions/setup-python/pull/1335) - Validate and retry manifest fetch to prevent silent failures by [@&#8203;priyagupta108](https://github.com/priyagupta108) in [#&#8203;1332](https://github.com/actions/setup-python/pull/1332) ##### Dependency Upgrade - Bump certifi from 2020.6.20 to 2024.7.4 in /**tests**/data by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1328](https://github.com/actions/setup-python/pull/1328) - Remove EOL Python versions and Bumps numpy text fixture by [@&#8203;priya-kinthali](https://github.com/priya-kinthali) in [#&#8203;1333](https://github.com/actions/setup-python/pull/1333) - Upgrade [@&#8203;actions/cache](https://github.com/actions/cache) to 6.2.0 by [@&#8203;philip-gai](https://github.com/philip-gai) in [#&#8203;1337](https://github.com/actions/setup-python/pull/1337) ##### New Contributors - [@&#8203;lmvysakh](https://github.com/lmvysakh) made their first contribution in [#&#8203;1335](https://github.com/actions/setup-python/pull/1335) - [@&#8203;philip-gai](https://github.com/philip-gai) made their first contribution in [#&#8203;1337](https://github.com/actions/setup-python/pull/1337) **Full Changelog**: <https://github.com/actions/setup-python/compare/v6...v7.0.0> ### [`v7`](https://github.com/actions/setup-python/compare/v6.3.0...v7.0.0) [Compare Source](https://github.com/actions/setup-python/compare/v6.3.0...v7.0.0) ### [`v6.3.0`](https://github.com/actions/setup-python/releases/tag/v6.3.0) [Compare Source](https://github.com/actions/setup-python/compare/v6.2.0...v6.3.0) ##### What's Changed ##### Enhancement - Add RHEL support and include Linux distro in cache keys by [@&#8203;priyagupta108](https://github.com/priyagupta108) in [#&#8203;1323](https://github.com/actions/setup-python/pull/1323) - Fix pip cache error handling on Windows by [@&#8203;priyagupta108](https://github.com/priyagupta108) in [#&#8203;1040](https://github.com/actions/setup-python/pull/1040) ##### Dependency update - Upgrade minimatch from 3.1.2 to 3.1.5 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1281](https://github.com/actions/setup-python/pull/1281) - Upgrade actions dependencies by [@&#8203;gowridurgad](https://github.com/gowridurgad) with [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;1303](https://github.com/actions/setup-python/pull/1303) - Upgrade [@&#8203;actions/cache](https://github.com/actions/cache) to 5.1.0, log cache write denied by [@&#8203;jasongin](https://github.com/jasongin) in [#&#8203;1324](https://github.com/actions/setup-python/pull/1324) - Upgrade dependency versions and test workflow configuration by [@&#8203;HarithaVattikuti](https://github.com/HarithaVattikuti) in [#&#8203;1322](https://github.com/actions/setup-python/pull/1322) ##### Documentation - Update advanced-usage.md by [@&#8203;Dunky-Z](https://github.com/Dunky-Z) in [#&#8203;811](https://github.com/actions/setup-python/pull/811) ##### New Contributors - [@&#8203;gowridurgad](https://github.com/gowridurgad) with [@&#8203;Copilot](https://github.com/Copilot) made their first contribution in [#&#8203;1303](https://github.com/actions/setup-python/pull/1303) - [@&#8203;jasongin](https://github.com/jasongin) made their first contribution in [#&#8203;1324](https://github.com/actions/setup-python/pull/1324) - [@&#8203;Dunky-Z](https://github.com/Dunky-Z) made their first contribution in [#&#8203;811](https://github.com/actions/setup-python/pull/811) **Full Changelog**: <https://github.com/actions/setup-python/compare/v6.2.0...v6.3.0> ### [`v6.2.0`](https://github.com/actions/setup-python/releases/tag/v6.2.0) [Compare Source](https://github.com/actions/setup-python/compare/v6.1.0...v6.2.0) ##### What's Changed ##### Dependency Upgrades - Upgrade dependencies to Node 24 compatible versions by [@&#8203;salmanmkc](https://github.com/salmanmkc) in [#&#8203;1259](https://github.com/actions/setup-python/pull/1259) - Upgrade urllib3 from 2.5.0 to 2.6.3 in `/__tests__/data` by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1253](https://github.com/actions/setup-python/pull/1253) and [#&#8203;1264](https://github.com/actions/setup-python/pull/1264) **Full Changelog**: <https://github.com/actions/setup-python/compare/v6...v6.2.0> ### [`v6.1.0`](https://github.com/actions/setup-python/releases/tag/v6.1.0) [Compare Source](https://github.com/actions/setup-python/compare/v6...v6.1.0) ##### What's Changed ##### Enhancements: - Add support for `pip-install` input by [@&#8203;gowridurgad](https://github.com/gowridurgad) in [#&#8203;1201](https://github.com/actions/setup-python/pull/1201) - Add graalpy early-access and windows builds by [@&#8203;timfel](https://github.com/timfel) in [#&#8203;880](https://github.com/actions/setup-python/pull/880) ##### Dependency and Documentation updates: - Enhanced wording and updated example usage for `allow-prereleases` by [@&#8203;yarikoptic](https://github.com/yarikoptic) in [#&#8203;979](https://github.com/actions/setup-python/pull/979) - Upgrade urllib3 from 1.26.19 to 2.5.0 and document breaking changes in v6 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1139](https://github.com/actions/setup-python/pull/1139) - Upgrade typescript from 5.4.2 to 5.9.3 and Documentation update by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1094](https://github.com/actions/setup-python/pull/1094) - Upgrade actions/publish-action from 0.3.0 to 0.4.0 & Documentation update for pip-install input by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1199](https://github.com/actions/setup-python/pull/1199) - Upgrade requests from 2.32.2 to 2.32.4 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1130](https://github.com/actions/setup-python/pull/1130) - Upgrade prettier from 3.5.3 to 3.6.2 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1234](https://github.com/actions/setup-python/pull/1234) - Upgrade [@&#8203;types/node](https://github.com/types/node) from 24.1.0 to 24.9.1 and update macos-13 to macos-15-intel by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1235](https://github.com/actions/setup-python/pull/1235) ##### New Contributors - [@&#8203;yarikoptic](https://github.com/yarikoptic) made their first contribution in [#&#8203;979](https://github.com/actions/setup-python/pull/979) **Full Changelog**: <https://github.com/actions/setup-python/compare/v6...v6.1.0> ### [`v6.0.0`](https://github.com/actions/setup-python/releases/tag/v6.0.0) [Compare Source](https://github.com/actions/setup-python/compare/v6...v6) ##### What's Changed ##### Breaking Changes - Upgrade to node 24 by [@&#8203;salmanmkc](https://github.com/salmanmkc) in [#&#8203;1164](https://github.com/actions/setup-python/pull/1164) Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. [See Release Notes](https://github.com/actions/runner/releases/tag/v2.327.1) ##### Enhancements: - Add support for `pip-version` by [@&#8203;priyagupta108](https://github.com/priyagupta108) in [#&#8203;1129](https://github.com/actions/setup-python/pull/1129) - Enhance reading from .python-version by [@&#8203;krystof-k](https://github.com/krystof-k) in [#&#8203;787](https://github.com/actions/setup-python/pull/787) - Add version parsing from Pipfile by [@&#8203;aradkdj](https://github.com/aradkdj) in [#&#8203;1067](https://github.com/actions/setup-python/pull/1067) ##### Bug fixes: - Clarify pythonLocation behaviour for PyPy and GraalPy in environment variables by [@&#8203;aparnajyothi-y](https://github.com/aparnajyothi-y) in [#&#8203;1183](https://github.com/actions/setup-python/pull/1183) - Change missing cache directory error to warning by [@&#8203;aparnajyothi-y](https://github.com/aparnajyothi-y) in [#&#8203;1182](https://github.com/actions/setup-python/pull/1182) - Add Architecture-Specific PATH Management for Python with --user Flag on Windows by [@&#8203;aparnajyothi-y](https://github.com/aparnajyothi-y) in [#&#8203;1122](https://github.com/actions/setup-python/pull/1122) - Include python version in PyPy python-version output by [@&#8203;cdce8p](https://github.com/cdce8p) in [#&#8203;1110](https://github.com/actions/setup-python/pull/1110) - Update docs: clarification on pip authentication with setup-python by [@&#8203;priya-kinthali](https://github.com/priya-kinthali) in [#&#8203;1156](https://github.com/actions/setup-python/pull/1156) ##### Dependency updates: - Upgrade idna from 2.9 to 3.7 in /**tests**/data by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;843](https://github.com/actions/setup-python/pull/843) - Upgrade form-data to fix critical vulnerabilities [#&#8203;182](https://github.com/actions/setup-python/issues/182) & [#&#8203;183](https://github.com/actions/setup-python/issues/183) by [@&#8203;aparnajyothi-y](https://github.com/aparnajyothi-y) in [#&#8203;1163](https://github.com/actions/setup-python/pull/1163) - Upgrade setuptools to 78.1.1 to fix path traversal vulnerability in PackageIndex.download by [@&#8203;aparnajyothi-y](https://github.com/aparnajyothi-y) in [#&#8203;1165](https://github.com/actions/setup-python/pull/1165) - Upgrade actions/checkout from 4 to 5 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1181](https://github.com/actions/setup-python/pull/1181) - Upgrade [@&#8203;actions/tool-cache](https://github.com/actions/tool-cache) from 2.0.1 to 2.0.2 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1095](https://github.com/actions/setup-python/pull/1095) ##### New Contributors - [@&#8203;krystof-k](https://github.com/krystof-k) made their first contribution in [#&#8203;787](https://github.com/actions/setup-python/pull/787) - [@&#8203;cdce8p](https://github.com/cdce8p) made their first contribution in [#&#8203;1110](https://github.com/actions/setup-python/pull/1110) - [@&#8203;aradkdj](https://github.com/aradkdj) made their first contribution in [#&#8203;1067](https://github.com/actions/setup-python/pull/1067) **Full Changelog**: <https://github.com/actions/setup-python/compare/v5...v6.0.0> ### [`v6`](https://github.com/actions/setup-python/compare/v5.6.0...v6) [Compare Source](https://github.com/actions/setup-python/compare/v5.6.0...v6) </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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 is behind base branch, 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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yODEuMSIsInVwZGF0ZWRJblZlciI6IjQzLjI4MS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
chore(deps): update actions/setup-python action to v7
All checks were successful
CI / python (3.10) (pull_request) Successful in 8m3s
CI / python (3.11) (pull_request) Successful in 8m4s
CI / helm (pull_request) Successful in 43s
CI / python (3.12) (pull_request) Successful in 7m54s
CI / torch (pull_request) Successful in 10m43s
CI / wheels (pull_request) Successful in 18m21s
CI / rust (pull_request) Successful in 34m28s
CI / pre-commit (pull_request) Successful in 45m41s
08c6b1d0f1
noplife force-pushed nop/actions-setup-python-7.x from 08c6b1d0f1
All checks were successful
CI / python (3.10) (pull_request) Successful in 8m3s
CI / python (3.11) (pull_request) Successful in 8m4s
CI / helm (pull_request) Successful in 43s
CI / python (3.12) (pull_request) Successful in 7m54s
CI / torch (pull_request) Successful in 10m43s
CI / wheels (pull_request) Successful in 18m21s
CI / rust (pull_request) Successful in 34m28s
CI / pre-commit (pull_request) Successful in 45m41s
to c4c6f3e9aa
All checks were successful
CI / python (3.12) (pull_request) Successful in 11m24s
CI / helm (pull_request) Successful in 23s
CI / torch (pull_request) Successful in 15m32s
CI / rust (pull_request) Successful in 24m39s
CI / wheels (pull_request) Successful in 18m42s
CI / pre-commit (pull_request) Successful in 26m12s
CI / python (3.11) (pull_request) Successful in 11m13s
CI / python (3.10) (pull_request) Successful in 11m21s
2026-07-31 22:59:43 +00:00
Compare
Owner

This dependency update is already present on main (applied directly in an earlier batch). Closing as superseded — no changes to merge.

This dependency update is already present on `main` (applied directly in an earlier batch). Closing as superseded — no changes to merge.
vxfemboy closed this pull request 2026-08-01 05:50:14 +00:00
Author
Collaborator

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 7.x releases. But if you manually upgrade to 7.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

### Renovate Ignore Notification Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for *any* future `7.x` releases. But if you manually upgrade to `7.x` then Renovate will re-enable `minor` and `patch` updates automatically. If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
All checks were successful
CI / python (3.12) (pull_request) Successful in 11m24s
CI / helm (pull_request) Successful in 23s
CI / torch (pull_request) Successful in 15m32s
CI / rust (pull_request) Successful in 24m39s
CI / wheels (pull_request) Successful in 18m42s
CI / pre-commit (pull_request) Successful in 26m12s
CI / python (3.11) (pull_request) Successful in 11m13s
CI / python (3.10) (pull_request) Successful in 11m21s

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
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
femboy/emry!143
No description provided.