Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

Bumps the github-actions group with 4 updates: actions/checkout, python-semantic-release/python-semantic-release, python-semantic-release/publish-action and browniebroke/hacktoberfest-labeler-action.

Updates actions/checkout from 5 to 6

Release notes

Sourced from actions/checkout's releases.

v6.0.0

What's Changed

Full Changelog: actions/checkout@v5.0.0...v6.0.0

v6-beta

What's Changed

Updated persist-credentials to store the credentials under $RUNNER_TEMP instead of directly in the local git config.

This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios.

v5.0.1

What's Changed

Full Changelog: actions/checkout@v5...v5.0.1

Changelog

Sourced from actions/checkout's changelog.

Changelog

V6.0.0

V5.0.1

V5.0.0

V4.3.1

V4.3.0

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

v4.1.5

... (truncated)

Commits

Updates python-semantic-release/python-semantic-release from 10.4.1 to 10.5.2

Release notes

Sourced from python-semantic-release/python-semantic-release's releases.

v10.5.2 (2025-11-10)

This release is published under the MIT License.

🪲 Bug Fixes

  • cmd-version: Toggle verify upstream off when no version commit is made (PR#1370, e0b3b70)

Detailed Changes: v10.5.1...v10.5.2


Installable artifacts are available from:

v10.5.1

[!WARNING] 2025-11-10: Release fails if --commit or commit: true when there are no files to commit for the version commit - Resolved in v10.5.2

v10.5.1 (2025-11-10)

This release is published under the MIT License.

🪲 Bug Fixes

  • cmd-version: Fix upstream change detection to succeed without branch tracking (PR#1369, 7086257)

Detailed Changes: v10.5.0...v10.5.1


Installable artifacts are available from:

v10.5.0

[!WARNING] 2025-11-09: Release fails if active branch is not tracking a remote branch - Resolved in v10.5.1

v10.5.0 (2025-11-09)

... (truncated)

Changelog

Sourced from python-semantic-release/python-semantic-release's changelog.

v10.5.2 (2025-11-10)

🪲 Bug Fixes

  • cmd-version: Toggle verify upstream off when no version commit is made (PR#1370, e0b3b70)

.. _e0b3b70: python-semantic-release/python-semantic-release@e0b3b70 .. _PR#1370: python-semantic-release/python-semantic-release#1370

.. _changelog-v10.5.1:

v10.5.1 (2025-11-10)

🪲 Bug Fixes

  • cmd-version: Fix upstream change detection to succeed without branch tracking (PR#1369, 7086257)

.. _7086257: python-semantic-release/python-semantic-release@7086257 .. _PR#1369: python-semantic-release/python-semantic-release#1369

.. _changelog-v10.5.0:

v10.5.0 (2025-11-09)

✨ Features

  • cmd-version: Add automatic repository un-shallowing to version workflow (PR#1366, 90a1ffa)

  • cmd-version: Add functionality to create & update partial version tags (PR#1115, a28f940)

  • cmd-version: Adds c-macro style version definition support to version_variables, closes [#1348](https://github.com/python-semantic-release/python-semantic-release/issues/1348)_ (PR#1349, 4ce1fca)

  • cmd-version: Adds upstream check into workflow to prevent commit push collisions (PR#1360, d77193e)

🪲 Bug Fixes

... (truncated)

Commits
  • 02f2a5c chore: release v10.5.2
  • e0b3b70 fix(cmd-version): toggle verify upstream off when no version commit is made (...
  • bc3fa04 test(cmd-version): update --print* tests to assert on click test runner's r...
  • 3670b81 test(config): streamline error logging & prevent duplicate logging during tes...
  • bd8f84c chore: release v10.5.1
  • 7086257 fix(cmd-version): fix upstream change detection to succeed without branch tra...
  • eb841f9 chore: release v10.5.0
  • a28f940 feat(cmd-version): add functionality to create & update partial version tags ...
  • e7d7aa7 fix(cmd-version): prevent regular expression errors on tag_format (#1367)
  • 90a1ffa feat(cmd-version): add automatic repository un-shallowing to version workflow...
  • Additional commits viewable in compare view

Updates python-semantic-release/publish-action from 10.4.1 to 10.5.2

Release notes

Sourced from python-semantic-release/publish-action's releases.

v10.5.2 (2025-11-10)

Build System

  • deps: Bump python-semantic-release from 10.5.1 to 10.5.2 (#91, 4b3a923)

Detailed Changes: v10.5.1...v10.5.2

v10.5.1 (2025-11-10)

Build System

  • deps: Bump python-semantic-release from 10.5.0 to 10.5.1 (#90, cd980ed)

Detailed Changes: v10.5.0...v10.5.1

v10.5.0 (2025-11-10)

Build System

  • deps: Bump python-semantic-release from 10.4.1 to 10.5.0 (#87, 201da5a)

  • deps: Bump action container image to python:3.14-slim-trixie (#86, e50fe5e)


Detailed Changes: v10.4.1...v10.5.0

Commits
  • 948bb8f ci(deps): bump python-semantic-release@v10.5.1 action to v10.5.2 (#92)
  • 4b3a923 build(deps): bump python-semantic-release from 10.5.1 to 10.5.2 (#91)
  • 2e252f1 ci(deps): bump python-semantic-release@v10.5.0 action to v10.5.1 (#89)
  • cd980ed build(deps): bump python-semantic-release from 10.5.0 to 10.5.1 (#90)
  • 960acbc ci(release): remove release job steps to create partial tags
  • 3d47451 chore(release): set add_partial_tags to true for action releases
  • 2b9795c ci(deps): bump python-semantic-release@v10.4.1 action to v10.5.0 (#88)
  • 201da5a build(deps): bump python-semantic-release from 10.4.1 to 10.5.0 (#87)
  • 3591806 ci(deps): bump actions/stale@v10.0.0 to v10.1.0
  • 88680e0 ci(deps): bump tj-actions/changed-files action from v46.0.5 to v47.0.0
  • Additional commits viewable in compare view

Updates browniebroke/hacktoberfest-labeler-action from 2.4.0 to 2.6.0

Release notes

Sourced from browniebroke/hacktoberfest-labeler-action's releases.

v2.6.0 (2025-10-12)

This release is published under the MIT License.

Bug Fixes

  • Change filter label type from list of string to a string (#867, 0b1ed13)

Features

Testing


Detailed Changes: v2.5.0...v2.6.0

v2.5.0 (2025-10-12)

This release is published under the MIT License.

Features

  • Convert to a composite action (8920ed1)

Testing


Detailed Changes: v2.4.2...v2.5.0

v2.4.2 (2025-10-03)

This release is published under the MIT License.

Bug Fixes

  • release: Fix updating of git tags (a82d64c)

Detailed Changes: v2.4.1...v2.4.2

v2.4.1 (2025-10-03)

... (truncated)

Changelog

Sourced from browniebroke/hacktoberfest-labeler-action's changelog.

v2.6.0 (2025-10-12)

Testing

Bug fixes

  • Change filter label type from list of string to a string (0b1ed13)

Features

  • Turn the app into a cli (0a2aba1)

v2.5.0 (2025-10-12)

Features

  • Convert to a composite action (8920ed1)

Testing

  • Add tests and run them on ci (7944190)

v2.4.2 (2025-10-03)

Bug fixes

  • Fix updating of git tags (a82d64c)

v2.4.1 (2025-10-03)

Bug fixes

  • Update how deps are specified (1e7e741)
  • Force update major tag during release (791ebe5)
Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the github-actions group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release), [python-semantic-release/publish-action](https://github.com/python-semantic-release/publish-action) and [browniebroke/hacktoberfest-labeler-action](https://github.com/browniebroke/hacktoberfest-labeler-action).


Updates `actions/checkout` from 5 to 6
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v5...v6)

Updates `python-semantic-release/python-semantic-release` from 10.4.1 to 10.5.2
- [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases)
- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.rst)
- [Commits](python-semantic-release/python-semantic-release@v10.4.1...v10.5.2)

Updates `python-semantic-release/publish-action` from 10.4.1 to 10.5.2
- [Release notes](https://github.com/python-semantic-release/publish-action/releases)
- [Changelog](https://github.com/python-semantic-release/publish-action/blob/main/releaserc.toml)
- [Commits](python-semantic-release/publish-action@v10.4.1...v10.5.2)

Updates `browniebroke/hacktoberfest-labeler-action` from 2.4.0 to 2.6.0
- [Release notes](https://github.com/browniebroke/hacktoberfest-labeler-action/releases)
- [Changelog](https://github.com/browniebroke/hacktoberfest-labeler-action/blob/main/CHANGELOG.md)
- [Commits](browniebroke/hacktoberfest-labeler-action@v2.4.0...v2.6.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: python-semantic-release/python-semantic-release
  dependency-version: 10.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: python-semantic-release/publish-action
  dependency-version: 10.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: browniebroke/hacktoberfest-labeler-action
  dependency-version: 2.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Update of github actions labels Dec 1, 2025
@codecov
Copy link

codecov bot commented Dec 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.37%. Comparing base (31bd826) to head (15d916a).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #132   +/-   ##
=======================================
  Coverage   94.37%   94.37%           
=======================================
  Files          12       12           
  Lines         480      480           
  Branches        5        5           
=======================================
  Hits          453      453           
  Misses         26       26           
  Partials        1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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 Update of github actions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant