Commit d28a12f
authored
chore(deps): update actions/setup-python action to v6 (#1315)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
|
[actions/setup-python](https://redirect.github.com/actions/setup-python)
| action | major | `v5.6.0` -> `v6.0.0` |
---
### Release Notes
<details>
<summary>actions/setup-python (actions/setup-python)</summary>
###
[`v6.0.0`](https://redirect.github.com/actions/setup-python/releases/tag/v6.0.0)
[Compare
Source](https://redirect.github.com/actions/setup-python/compare/v5.6.0...v6.0.0)
#### What's Changed
##### Breaking Changes
- Upgrade to node 24 by
[@​salmanmkc](https://redirect.github.com/salmanmkc) in
[#​1164](https://redirect.github.com/actions/setup-python/pull/1164)
Make sure your runner is updated to this version or newer to use this
release. v2.327.1 [Release
Notes](https://redirect.github.com/actions/runner/releases/tag/v2.327.1)
##### Enhancements:
- Add support for `pip-version` by
[@​priyagupta108](https://redirect.github.com/priyagupta108) in
[#​1129](https://redirect.github.com/actions/setup-python/pull/1129)
- Enhance reading from .python-version by
[@​krystof-k](https://redirect.github.com/krystof-k) in
[#​787](https://redirect.github.com/actions/setup-python/pull/787)
- Add version parsing from Pipfile by
[@​aradkdj](https://redirect.github.com/aradkdj) in
[#​1067](https://redirect.github.com/actions/setup-python/pull/1067)
##### Bug fixes:
- Clarify pythonLocation behaviour for PyPy and GraalPy in environment
variables by
[@​aparnajyothi-y](https://redirect.github.com/aparnajyothi-y) in
[#​1183](https://redirect.github.com/actions/setup-python/pull/1183)
- Change missing cache directory error to warning by
[@​aparnajyothi-y](https://redirect.github.com/aparnajyothi-y) in
[#​1182](https://redirect.github.com/actions/setup-python/pull/1182)
- Add Architecture-Specific PATH Management for Python with --user Flag
on Windows by
[@​aparnajyothi-y](https://redirect.github.com/aparnajyothi-y) in
[#​1122](https://redirect.github.com/actions/setup-python/pull/1122)
- Include python version in PyPy python-version output by
[@​cdce8p](https://redirect.github.com/cdce8p) in
[#​1110](https://redirect.github.com/actions/setup-python/pull/1110)
- Update docs: clarification on pip authentication with setup-python by
[@​priya-kinthali](https://redirect.github.com/priya-kinthali) in
[#​1156](https://redirect.github.com/actions/setup-python/pull/1156)
##### Dependency updates:
- Upgrade idna from 2.9 to 3.7 in /**tests**/data by
[@​dependabot](https://redirect.github.com/dependabot)\[bot] in
[#​843](https://redirect.github.com/actions/setup-python/pull/843)
- Upgrade form-data to fix critical vulnerabilities
[#​182](https://redirect.github.com/actions/setup-python/issues/182)
&
[#​183](https://redirect.github.com/actions/setup-python/issues/183)
by [@​aparnajyothi-y](https://redirect.github.com/aparnajyothi-y)
in
[#​1163](https://redirect.github.com/actions/setup-python/pull/1163)
- Upgrade setuptools to 78.1.1 to fix path traversal vulnerability in
PackageIndex.download by
[@​aparnajyothi-y](https://redirect.github.com/aparnajyothi-y) in
[#​1165](https://redirect.github.com/actions/setup-python/pull/1165)
- Upgrade actions/checkout from 4 to 5 by
[@​dependabot](https://redirect.github.com/dependabot)\[bot] in
[#​1181](https://redirect.github.com/actions/setup-python/pull/1181)
- Upgrade
[@​actions/tool-cache](https://redirect.github.com/actions/tool-cache)
from 2.0.1 to 2.0.2 by
[@​dependabot](https://redirect.github.com/dependabot)\[bot] in
[#​1095](https://redirect.github.com/actions/setup-python/pull/1095)
#### New Contributors
- [@​krystof-k](https://redirect.github.com/krystof-k) made their
first contribution in
[#​787](https://redirect.github.com/actions/setup-python/pull/787)
- [@​cdce8p](https://redirect.github.com/cdce8p) made their first
contribution in
[#​1110](https://redirect.github.com/actions/setup-python/pull/1110)
- [@​aradkdj](https://redirect.github.com/aradkdj) made their
first contribution in
[#​1067](https://redirect.github.com/actions/setup-python/pull/1067)
**Full Changelog**:
<actions/setup-python@v5...v6.0.0>
</details>
---
### Configuration
📅 **Schedule**: 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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/openapi-generators/openapi-python-client).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuOTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent e3f907b commit d28a12f
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
| 164 | + | |
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| |||
0 commit comments