Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 10, 2025

Bumps the github-actions-dependencies group with 2 updates: step-security/harden-runner and python-semantic-release/python-semantic-release.

Updates step-security/harden-runner from 2.13.1 to 2.13.2

Release notes

Sourced from step-security/harden-runner's releases.

v2.13.2

What's Changed

  • Fixed an issue where there was a limit of 512 allowed endpoints when using block egress policy. This restriction has been removed, allowing for an unlimited number of endpoints to be configured.
  • Harden Runner now automatically detects if the agent is already pre-installed on a custom VM image used by a GitHub-hosted runner. When detected, the action will skip reinstallation and use the existing agent.

Full Changelog: step-security/harden-runner@v2.13.1...v2.13.2

Commits

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

Release notes

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

v10.5.0

[!WARNING] 2025-11-09: Release fails if active branch is not tracking a remote branch - Resolution in work

v10.5.0 (2025-11-09)

This release is published under the MIT License.

✨ 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 (PR#1349, 4ce1fca)

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

🪲 Bug Fixes

  • cmd-version: Prevent regular expression errors on tag_format (PR#1367, e7d7aa7)

📖 Documentation

  • commands: Add description of automated upstream version checking upon version creation (PR#1360, d77193e)

  • configuration: Add description for add_partial_tags setting & usage examples (PR#1115, a28f940)

  • configuration: Fix tag_format definition (PR#1367, e7d7aa7)

  • configuration: Update version_variables examples with a c-macro style replacement (PR#1349, 4ce1fca)

  • github-actions: Adds release job outputs definition to example (PR#1344, 0fb4875)

  • github-actions: Removed verify upstream status step from example workflow (PR#1360, d77193e)

  • github-actions: Update example to remove need to specify repo checkout's fetch depth (PR#1366, 90a1ffa)

  • uv-integration: Remove verify upstream check from uv integration example (PR#1360, d77193e)

  • uv-integration: Update example to remove need to specify repo checkout's fetch depth (PR#1366, 90a1ffa)

⚙️ Build System

  • deps: Bump tomlkit dependency from ~=0.11.0 to ~=0.13.0 (PR#1355, 55c94ec)

  • deps: Change github-actions container image to python:3.14-slim-trixie (PR#1346, 1a23712)

💡 Additional Release Information

... (truncated)

Changelog

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

.. _changelog:

========= CHANGELOG

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

  • cmd-version: Prevent regular expression errors on tag_format (PR#1367, e7d7aa7)

📖 Documentation

  • commands: Add description of automated upstream version checking upon version creation (PR#1360, d77193e)

  • configuration: Add description for add_partial_tags setting & usage examples (PR#1115, a28f940)

  • configuration: Fix tag_format definition (PR#1367, e7d7aa7)

  • configuration: Update version_variables examples with a c-macro style replacement (PR#1349, 4ce1fca)

  • github-actions: Adds release job outputs definition to example (PR#1344, 0fb4875)

  • github-actions: Removed verify upstream status step from example workflow (PR#1360, d77193e)

... (truncated)

Commits
  • 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...
  • c95c608 ci(deps): bump mikepenz/action-junit-report@v6.0.0 action to v6.0.1 (#1361)
  • 8b7077c chore(copilot): add GitHub Copilot instructions for repository (#1354)
  • 2418719 chore(config): update PSR config to use conventional commit style version com...
  • a929dcf style(logging): remove type ignore for non error syntax
  • f6475ac refactor(logging): remove excessive & irrelevant debug logging messages
  • d77193e feat(cmd-version): adds upstream check into workflow to prevent commit push c...
  • Additional commits viewable in compare view

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-dependencies group with 2 updates: [step-security/harden-runner](https://github.com/step-security/harden-runner) and [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release).


Updates `step-security/harden-runner` from 2.13.1 to 2.13.2
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](step-security/harden-runner@f4a75cf...95d9a5d)

Updates `python-semantic-release/python-semantic-release` from 10.4.1 to 10.5.0
- [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@4d4cb0a...eb841f9)

---
updated-dependencies:
- dependency-name: step-security/harden-runner
  dependency-version: 2.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-dependencies
- dependency-name: python-semantic-release/python-semantic-release
  dependency-version: 10.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
...

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 Nov 10, 2025
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.

1 participant