chore(deps): update actions/setup-python action to v6 #369

Merged
luke merged 1 commits from renovate/actions-setup-python-6.x into main 2025-09-15 11:22:58 +02:00
Member

This PR contains the following updates:

Package Type Update Change
actions/setup-python action major v5 -> v6

Release Notes

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

v6

Compare Source


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-python](https://github.com/actions/setup-python) | action | major | `v5` -> `v6` | --- ### Release Notes <details> <summary>actions/setup-python (actions/setup-python)</summary> ### [`v6`](https://github.com/actions/setup-python/compare/v5...v6) [Compare Source](https://github.com/actions/setup-python/compare/v5...v6) </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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45MS40IiwidXBkYXRlZEluVmVyIjoiNDEuOTEuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidHlwZS9kZXBlbmRlbmNpZXMiXX0=-->
renovate-bot added 1 commit 2025-09-04 06:45:50 +02:00
chore(deps): update actions/setup-python action to v6
Some checks failed
CI / ci (pull_request) Failing after 11s
Conventional Commit / Validate PR Title (pull_request) Successful in 8s
c3ede6e35e
renovate-bot requested review from luke 2025-09-04 06:45:51 +02:00
Member

Decision: Accept
Change Score: 10/10

The change updates the actions/setup-python GitHub Action from version 5 to version 6 and sets the Python version to 3.13. This seems like a straightforward update to use the latest version of the setup-python action and a recent Python release.

--- a/.gitea/workflows/ci.yml
+++ b/.gitea/workflows/ci.yml
@@ -25,7 +25,7 @@
           no-fail: true
 
       - name: Setup Python
-        uses: actions/setup-python@v5
+        uses: actions/setup-python@v6
         with:
           python-version: 3.13
 
**Decision: Accept** **Change Score: 10/10** The change updates the `actions/setup-python` GitHub Action from version 5 to version 6 and sets the Python version to 3.13. This seems like a straightforward update to use the latest version of the setup-python action and a recent Python release. ```yaml --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -25,7 +25,7 @@ no-fail: true - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: 3.13 ```
renovate-bot force-pushed renovate/actions-setup-python-6.x from c3ede6e35e to 2c3ff36455 2025-09-09 15:17:43 +02:00 Compare
Member

Decision: Accept
Change Score: 9/10

Okay, I see you're bumping the actions/setup-python action from v5 to v6 and setting up Python 3.13. Good that you are keeping up to date with the latest Python versions.

Make sure that all your dependencies are compatible with Python 3.13.

**Decision: Accept** **Change Score: 9/10** Okay, I see you're bumping the `actions/setup-python` action from v5 to v6 and setting up Python 3.13. Good that you are keeping up to date with the latest Python versions. Make sure that all your dependencies are compatible with Python 3.13.
renovate-bot force-pushed renovate/actions-setup-python-6.x from 2c3ff36455 to 196b2f9d22 2025-09-14 13:11:21 +02:00 Compare
Member

Decision: Accept
Change Score: 9/10

The change proposes updating the actions/setup-python action from version 5 to version 6, and specifying Python version 3.13.

This is generally a good change, as it updates the action to the latest version and uses a modern Python version. Make sure that all dependencies are compatible with Python 3.13.

**Decision: Accept** **Change Score: 9/10** The change proposes updating the `actions/setup-python` action from version 5 to version 6, and specifying Python version 3.13. This is generally a good change, as it updates the action to the latest version and uses a modern Python version. Make sure that all dependencies are compatible with Python 3.13.
renovate-bot added 2 commits 2025-09-15 11:15:48 +02:00
chore(deps): update actions/setup-python action to v6
Some checks failed
Conventional Commit / Validate PR Title (pull_request) Successful in 6s
CI / ci (pull_request) Failing after 1m30s
196b2f9d22
chore(deps): update actions/setup-python action to v6
Some checks failed
Conventional Commit / Validate PR Title (pull_request) Successful in 16s
CI / ci (pull_request) Has been cancelled
54c94cf267
Member

Decision: Accept
Change Score: 10/10

The change updates the actions/setup-python action to version 6 and sets the Python version to 3.13. This is a good update as it uses a modern version of the setup-python action and a modern version of Python. Please double check your dependencies for Python 3.13 compatibility.

**Decision: Accept** **Change Score: 10/10** The change updates the `actions/setup-python` action to version 6 and sets the Python version to 3.13. This is a good update as it uses a modern version of the setup-python action and a modern version of Python. Please double check your dependencies for Python 3.13 compatibility.
luke merged commit e262f51e7b into main 2025-09-15 11:22:58 +02:00
luke deleted branch renovate/actions-setup-python-6.x 2025-09-15 11:23:00 +02:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: repos/pypilot#369
No description provided.