Skip to content

chore(ci): bump actions/setup-python from 6 to 7 - #14

Merged
karlspace merged 1 commit into
mainfrom
dependabot/github_actions/actions/setup-python-7
Sep 1, 2026
Merged

chore(ci): bump actions/setup-python from 6 to 7#14
karlspace merged 1 commit into
mainfrom
dependabot/github_actions/actions/setup-python-7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 26, 2026

Copy link
Copy Markdown
Contributor

Bumps actions/setup-python from 6 to 7.

Release notes

Sourced from actions/setup-python's releases.

v7.0.0

What's Changed

Enhancements

Bug Fix

Dependency Upgrade

New Contributors

Full Changelog: actions/setup-python@v6...v7.0.0

v6.3.0

What's Changed

Enhancement

Dependency update

Documentation

New Contributors

Full Changelog: actions/setup-python@v6.2.0...v6.3.0

v6.2.0

What's Changed

Dependency Upgrades

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 7.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v6...v7)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependabot Dependabot: dependabot dependencies Pull requests that update a dependency file github-actions Dependabot: github-actions labels Jul 26, 2026
@github-actions

Copy link
Copy Markdown

AI Analysis

Technical Summary:

This pull request updates the GitHub Actions dependency actions/setup-python from version 6 to version 7. The update includes multiple enhancements, bug fixes, dependency upgrades, and some breaking changes that need to be evaluated for compatibility.


Technical Requirements and Constraints

  • The upgrade migrates the action codebase to ES Modules (ESM) format, which requires runtime support for ESM when used in GitHub Actions workflows.
  • Removal of the pip-install input parameter requires users to adapt workflows if they previously relied on this input.
  • Dependency upgrades include critical libraries such as @actions/cache (bumped to 6.2.0), certifi updated for test data, and other dependencies aligned with Node.js 24 compatibility.
  • Support for certain deprecated Python versions has been removed.
  • The action now validates and retries manifest fetches to handle network or remote server failures more robustly.
  • Annotation handling for warnings vs errors in logs

This summary was automatically generated by AI to help with triage and may not be 100% accurate.

Suggested Labels: bug enhancement test

@github-actions github-actions Bot added bug Something isn't working enhancement New feature or request labels Jul 26, 2026

@karlspace karlspace left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The v7 release does carry one removal, so I checked our exposure before approving.

Breaking change: actions/setup-python#1336 removes the pip-install input. We do not use it — a repo-wide grep over .github/workflows/ returns nothing. Our three call sites pass python-version, cache: pip and cache-dependency-path, all of which are unchanged in v7.

Also in the release: EOL Python versions dropped (we pin 3.14, unaffected), @actions/cache upgraded to 6.2.0 internally — which lines up nicely with #13 moving the standalone cache action to v6 — plus two genuine fixes: stderr warnings are no longer mis-annotated as errors, and manifest fetches are validated and retried instead of failing silently.

Scope: .github/workflows/build.yml and .github/workflows/pages.yml, three call sites.

CI: GitGuardian and AI summary green; 📦 Build Image does not run on workflow-only changes, so this is validated by a dispatched build on main right after the merge.

Related: completes the set with #12 (checkout v7) and #13 (cache v6), both merged.

@karlspace
karlspace merged commit 23c75e9 into main Sep 1, 2026
2 checks passed
@dependabot
dependabot Bot deleted the dependabot/github_actions/actions/setup-python-7 branch September 1, 2026 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working dependabot Dependabot: dependabot dependencies Pull requests that update a dependency file enhancement New feature or request github-actions Dependabot: github-actions

1 participant