Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the github-actions group with 2 updates: kurtmckee/github-workflows/.github/workflows/tox.yaml and actions/checkout.

Updates kurtmckee/github-workflows/.github/workflows/tox.yaml from 1.5 to 1.6

Release notes

Sourced from kurtmckee/github-workflows/.github/workflows/tox.yaml's releases.

v1.6

Changed

  • create-pr: Support dynamically-generated PR bodies.

  • tox: Separate tox environment creation from execution.

  • Add the tox-gh plugin to group tox environment output.

  • Update check-jsonschema to v0.35.0.

  • Use uv for venv creation and check-jsonschema execution.

    On Windows hosts, this reduced check-jsonschema setup and execution from ~15 seconds down to ~5 seconds. It also reduced virtual environment creation from ~18 seconds to ~3 seconds.

Documentation

  • Expand the table of contents in the tox workflow documentation.
  • Fix some typos in the documentation.
  • Document how to control the job name in CI.

Development

  • Test the project in CI.
Changelog

Sourced from kurtmckee/github-workflows/.github/workflows/tox.yaml's changelog.

.. This file is a part of Kurt McKee's GitHub Workflows project. https://github.com/kurtmckee/github-workflows Copyright 2024-2025 Kurt McKee [email protected] SPDX-License-Identifier: MIT

Kurt McKee's GitHub Workflows #############################

Unreleased changes

Unreleased changes to the code are documented in changelog fragments <https://github.com/kurtmckee/github-workflows/tree/main/changelog.d/>_ in the changelog.d/ directory on GitHub.

.. scriv-insert-here

.. _changelog-1.6:

1.6 — 2025-11-28

Changed

  • create-pr: Support dynamically-generated PR bodies.

  • tox: Separate tox environment creation from execution.

  • Add the tox-gh plugin to group tox environment output.

  • Update check-jsonschema to v0.35.0.

  • Use uv for venv creation and check-jsonschema execution.

    On Windows hosts, this reduced check-jsonschema setup and execution from ~15 seconds down to ~5 seconds. It also reduced virtual environment creation from ~18 seconds to ~3 seconds.

Documentation

  • Expand the table of contents in the tox workflow documentation.
  • Fix some typos in the documentation.
  • Document how to control the job name in CI.

Development

  • Test the project in CI.

.. _changelog-1.5:

... (truncated)

Commits
  • f85528d Release v1.6 (#72)
  • 1bffbfc Update CHANGELOG.rst
  • f8c775b Update project metadata
  • 73fdeb1 Add prep release workflow (#71)
  • dd10415 Add a prep-release workflow
  • 0382f3b Standardize base* tox environments; add descriptions
  • 378d426 Support dynamically-generated PR bodies (#70)
  • 01b7474 Support dynamically-generated PR bodies
  • 1c82356 Bump the github-actions group with 2 updates (#69)
  • b739a5b Bump the github-actions group with 2 updates
  • Additional commits viewable in compare view

Updates actions/checkout from 5.0.0 to 6.0.0

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

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 2 updates: [kurtmckee/github-workflows/.github/workflows/tox.yaml](https://github.com/kurtmckee/github-workflows) and [actions/checkout](https://github.com/actions/checkout).


Updates `kurtmckee/github-workflows/.github/workflows/tox.yaml` from 1.5 to 1.6
- [Release notes](https://github.com/kurtmckee/github-workflows/releases)
- [Changelog](https://github.com/kurtmckee/github-workflows/blob/main/CHANGELOG.rst)
- [Commits](kurtmckee/github-workflows@a8716fc...f85528d)

Updates `actions/checkout` from 5.0.0 to 6.0.0
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@08c6903...1af3b93)

---
updated-dependencies:
- dependency-name: kurtmckee/github-workflows/.github/workflows/tox.yaml
  dependency-version: '1.6'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: actions/checkout
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Nov 28, 2025
@kurtmckee kurtmckee merged commit d0a4d08 into main Nov 28, 2025
10 checks passed
@kurtmckee kurtmckee deleted the dependabot/github_actions/github-actions-0ac68192f2 branch November 28, 2025 15:05
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.

2 participants