Skip to content

Bump fizyk/actions-reuse/.github/workflows/shared-pypi.yml from 5.2.7 to 5.3.1 - #1412

Merged
merger-application[bot] merged 1 commit into
mainfrom
dependabot/github_actions/fizyk/actions-reuse/dot-github/workflows/shared-pypi.yml-5.3.1
Aug 16, 2026
Merged

Bump fizyk/actions-reuse/.github/workflows/shared-pypi.yml from 5.2.7 to 5.3.1#1412
merger-application[bot] merged 1 commit into
mainfrom
dependabot/github_actions/fizyk/actions-reuse/dot-github/workflows/shared-pypi.yml-5.3.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 16, 2026

Copy link
Copy Markdown
Contributor

Bumps fizyk/actions-reuse/.github/workflows/shared-pypi.yml from 5.2.7 to 5.3.1.

Changelog

Sourced from fizyk/actions-reuse/.github/workflows/shared-pypi.yml's changelog.

Changelog

.. towncrier release notes start

actions-reuse 5.4.1 (2026-08-13)

No significant changes.

actions-reuse 5.4.0 (2026-08-13)

Features

  • Move shared-release-schedule's version planning into the new release-plan composite action, which asks towncrier what a newsfragment is instead of imitating it with globs. The fragments directory and the fragment types come from the repository's own towncrier configuration, and every name towncrier accepts counts - custom types, sections, markdown, the counter form and extension-less fragments alike. ([#316](https://github.com/fizyk/actions-reuse/issues/316) <https:/github.com/fizyk/actions-reuse/issues/316>__)
  • Make shared-release-schedule bump levels configurable through minor-fragments and major-fragments, both taking their previous behaviour as defaults. Previously only feature raised the minor and nothing raised the major, so a break fragment released as a patch. On a pre-1.0 project list the breaking type under minor-fragments and leave major-fragments empty.
  • Support triggering shared-automerge on pull_request_target, which is now the preferred trigger. Arming auto-merge is a one-shot action, so the workflow_run/check_suite triggers ran the job once per finished check to do work only needed once; they remain supported. pull_request is not supported, since dependabot-triggered pull_request runs get no repository secrets and cannot mint the app token.

Bugfixes

  • Arm GitHub's native auto-merge in shared-automerge instead of merging immediately. The previous approach still lost a race against external checks reporting through the Statuses API, such as pre-commit.ci: those land after the last workflow_run/check_suite event fires, so the merge was rejected for a pending required check and nothing re-triggered the workflow. This drops the ridedott/merge-me-action dependency; the author and version-bump gates it provided are kept, now read from the update metadata dependabot writes into the commit message rather than parsed out of the pull request title, as is its behaviour of approving pull requests that have no approving review yet.
  • Bump astral-sh/setup-uv to 10.0.0, which no longer prunes the cache by default. Dependabot had never updated it in uv-setup and uv-build: directory: "/" reaches the workflows but not .github/actions, so the pins there are now watched explicitly.
  • Fix shared-release-schedule failing for every caller outside this repository. It reached shared-release through the ./.github/workflows shorthand, which GitHub resolves against the calling repository - none of which hold a shared-release.yml. Only this repository's own caller exercised that path, where the shorthand does resolve, which kept the breakage hidden.

Deprecations and Removals

  • shared-automerge now requires allow_auto_merge to be enabled on the calling repository. Callers that take this version without enabling it fail with "Auto-merge is not allowed for this repository". Enable it with gh api -X PATCH repos/OWNER/REPO -F allow_auto_merge=true.

actions-reuse 5.3.2 (2026-08-10)

No significant changes.

... (truncated)

Commits
  • 3768ca8 Bump to 5.3.1
  • f2d0bb4 Bump pypa/gh-action-pypi-publish from 1.14.0 to 1.14.1
  • 3b3fe09 Bump pypa/gh-action-pypi-publish from 1.14.0 to 1.14.1
  • 6066256 Bump stefanzweifel/git-auto-commit-action from 7.1.0 to 7.2.0
  • 4a36cec Bump stefanzweifel/git-auto-commit-action from 7.1.0 to 7.2.0
  • 31be9bf Bump to 5.3.0
  • c324c00 Bump actions/checkout from 7.0.0 to 7.0.1
  • d33492a Bump actions/checkout from 7.0.0 to 7.0.1
  • cfe2b13 Merge pull request #305 from fizyk/shared-release-improv
  • 593046e Improve and document shared-release-schedule
  • Additional commits viewable in compare view

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 [fizyk/actions-reuse/.github/workflows/shared-pypi.yml](https://github.com/fizyk/actions-reuse) from 5.2.7 to 5.3.1.
- [Changelog](https://github.com/fizyk/actions-reuse/blob/main/Changelog.rst)
- [Commits](fizyk/actions-reuse@5e3ff7b...3768ca8)

---
updated-dependencies:
- dependency-name: fizyk/actions-reuse/.github/workflows/shared-pypi.yml
  dependency-version: 5.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Aug 16, 2026
@merger-application
merger-application Bot merged commit 13b19d7 into main Aug 16, 2026
70 checks passed
@merger-application
merger-application Bot deleted the dependabot/github_actions/fizyk/actions-reuse/dot-github/workflows/shared-pypi.yml-5.3.1 branch August 16, 2026 06:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants