Skip to content

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

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


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

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 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)

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 area: ci/cd Dependabot: area: ci/cd type: dependencies Dependabot: type: dependencies labels Jul 20, 2026
@github-actions

Copy link
Copy Markdown

🤖 AI Analysis for bg-mcpcore

Technical Summary of the Pull Request

Technical Requirements and Constraints

  1. Update Dependency: This PR updates the GitHub Action actions/setup-python from version v6 to the latest major version v7.
  2. Backward Incompatibility: Since this is a major version update (v6 → v7), careful evaluation of breaking changes is required to ensure compatibility.
  3. Removal of Input: The pip-install input is no longer supported in version v7.
  4. Programming Language Upgrade: Migration to ESM (ECMAScript Module) in the updated GitHub Action may affect runtime compatibility.
  5. Dependency Updates: Several underlying dependencies (e.g., @actions/cache and other Node.js dependencies) have been upgraded to newer versions, which might introduce behavioral or performance changes.
  6. Python Versions: End-of-life Python versions are no longer supported as per the updated action.

Impact Assessment

This issue/PR affects bg-mcpcore, the shared framework for BAUER GROUP
REST-API MCP servers (consumed by bg-zammad-mcp, bg-shlink-mcp, ...).


Generated automatically to aid triage; it may not be 100% accurate.

Suggested Labels: performance test

@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.

Thanks Dependabot.

Scope: actions/setup-python v6 → v7 at both call sites in .github/workflows/tests.yml (the quality matrix job and the extras validation job).

Breaking changes in v7.0.0, and why they miss us:

  • The pip-install input was removed (actions/setup-python#1336). This is the one genuine break. Both of our call sites pass python-version and nothing else, so there is nothing to migrate.
  • EOL Python versions dropped. Our matrix is 3.12 / 3.13 / 3.14 — all current.

Worth having, on the upside: manifest fetches are now validated and retried instead of failing silently (#1332), and stderr output is annotated as a warning rather than an error (#1335) — both reduce false-red runs on this gate.

We do not use setup-python's built-in cache: input; pip caching here is explicit via actions/cache (#5), so the bundled @actions/cache upgrade in this release is not on our path.

CI: green across py3.12 / 3.13 / 3.14 and all five extras. Label & Triage PR is red for a pre-existing config reason unrelated to this PR.

Related: #4 (actions/checkout v7) already landed in this file; #5 (actions/cache v6) follows.

Merging.

@karlspace
karlspace merged commit bb42d5e into main Aug 2, 2026
10 of 12 checks passed
@dependabot
dependabot Bot deleted the dependabot/github_actions/actions/setup-python-7 branch August 2, 2026 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: ci/cd Dependabot: area: ci/cd type: dependencies Dependabot: type: dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant