Skip to content

Update all dependencies#10

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all
Open

Update all dependencies#10
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jul 4, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
actions/cache action major v4v5
actions/checkout action major v4v6
actions/setup-python action major v5v6
astral-sh/ruff-pre-commit repository minor v0.12.1v0.15.13
github/codeql-action action major v3v4
pre-commit/mirrors-mypy repository major v1.16.1v2.1.0
pre-commit/pre-commit-hooks repository major v5.0.0v6.0.0
pycqa/bandit repository minor 1.8.51.9.4
python minor 3.13.53.14.5
python stage minor 3.13.53.14.5

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

actions/cache (actions/cache)

v5.0.5

Compare Source

What's Changed

Full Changelog: actions/cache@v5...v5.0.5

v5.0.4

Compare Source

v5.0.3

Compare Source

What's Changed

Full Changelog: actions/cache@v5...v5.0.3

v5.0.2

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

v5

Compare Source

v4.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v4...v4.3.0

v4.2.4

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v4...v4.2.4

v4.2.3

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v4.2.2...v4.2.3

v4.2.2

Compare Source

What's Changed

[!IMPORTANT]
As a reminder, there were important backend changes to release v4.2.0, see those release notes and the announcement for more details.

Full Changelog: actions/cache@v4.2.1...v4.2.2

v4.2.1

Compare Source

What's Changed

[!IMPORTANT]
As a reminder, there were important backend changes to release v4.2.0, see those release notes and the announcement for more details.

New Contributors

Full Changelog: actions/cache@v4.2.0...v4.2.1

v4.2.0

Compare Source

⚠️ Important Changes

The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.

The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.

We are deprecating some versions of this action. We recommend upgrading to version v4 or v3 as soon as possible before February 1st, 2025. (Upgrade instructions below).

If you are using pinned SHAs, please use the SHAs of versions v4.2.0 or v3.4.0

If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.

Upgrading to the recommended versions will not break your workflows.

Read more about the change & access the migration guide: reference to the announcement.

Minor changes

Minor and patch version updates for these dependencies:

Full Changelog: actions/cache@v4.1.2...v4.2.0

v4.1.2

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v4.1.1...v4.1.2

v4.1.1

Compare Source

What's Changed

Full Changelog: actions/cache@v4.1.0...v4.1.1

v4.1.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v4.0.2...v4.1.0

v4.0.2

Compare Source

What's Changed

Full Changelog: actions/cache@v4.0.1...v4.0.2

v4.0.1

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v4...v4.0.1

actions/checkout (actions/checkout)

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

v6

Compare Source

v5.0.1

Compare Source

What's Changed

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

v5.0.0

Compare Source

What's Changed
⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

Make sure your runner is updated to this version or newer to use this release.

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

v5

Compare Source

v4.3.1

Compare Source

What's Changed

Full Changelog: actions/checkout@v4...v4.3.1

v4.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/checkout@v4...v4.3.0

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

v4.1.7

Compare Source

v4.1.6

Compare Source

v4.1.5

Compare Source

v4.1.4

Compare Source

v4.1.3

Compare Source

v4.1.2

Compare Source

  • Fix: Disable sparse checkout whenever sparse-checkout option is not present @​dscho in #​1598

v4.1.1

Compare Source

v4.1.0

Compare Source

actions/setup-python (actions/setup-python)

v6.2.0

Compare Source

v6.1.0

Compare Source

What's Changed
Enhancements:
Dependency and Documentation updates:
New Contributors

Full Changelog: actions/setup-python@v6...v6.1.0

v6.0.0

Compare Source

What's Changed

Breaking Changes

Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes

Enhancements:
Bug fixes:
Dependency updates:

New Contributors

Full Changelog: actions/setup-python@v5...v6.0.0

v6

Compare Source

v5.6.0

Compare Source

What's Changed

Full Changelog: actions/setup-python@v5...v5.6.0

v5.5.0

Compare Source

What's Changed

Enhancements:
Bug fixes:
  • Fix architecture for pypy on Linux ARM64 by @​mayeut in #​1011
    This update maps arm64 to aarch64 for Linux ARM64 PyPy installations.
Dependency updates:

New Contributors

Full Changelog: actions/setup-python@v5...v5.5.0

v5.4.0

Compare Source

What's Changed

Enhancements:
Documentation changes:
Dependency updates:

New Contributors

Full Changelog: actions/setup-python@v5...v5.4.0

v5.3.0

Compare Source

What's Changed

Bug Fixes:
Enhancements:

New Contributors

Full Changelog: actions/setup-python@v5...v5.3.0

v5.2.0

Compare Source

What's Changed

Bug fixes:
  • Add .zip extension to Windows package downloads for Expand-Archive Compatibility by @​priyagupta108 in #​916
    This addresses compatibility issues on Windows self-hosted runners by ensuring that the filenames for Python and PyPy package downloads explicitly include the .zip extension, allowing the Expand-Archive command to function correctly.
  • Add arch to cache key by @​Zxilly in #​896
    This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts.
    Note: This change may break previous cache keys as they will no longer be compatible with the new format.
Documentation changes:
Dependency updates:

New Contributors

Full Changelog: actions/setup-python@v5...v5.2.0

v5.1.1

Compare Source

What's Changed

Bug fixes:
  • fix(ci): update all failing workflows by @​mayeut in #​863
    This update ensures compatibility and optimal performance of workflows on the latest macOS version.
Documentation changes:
Dependency updates:

New Contributors

Full Changelog: actions/setup-python@v5...v5.1.1

v5.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/setup-python@v5.0.0...v5.1.0

astral-sh/ruff-pre-commit (astral-sh/ruff-pre-commit)

v0.15.13

Compare Source

v0.15.12

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.15.12

v0.15.11

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.15.11

v0.15.10

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.15.10

v0.15.9

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.15.9

v0.15.8

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.15.8

v0.15.7

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.15.7

v0.15.6

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.15.6

v0.15.5

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.15.5

v0.15.4

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.15.4

v0.15.3

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.15.3

v0.15.2

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.15.2

v0.15.1

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.15.1

v0.15.0

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.15.0

v0.14.14

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.14.14

v0.14.13

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.14.13

v0.14.12

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.14.12

v0.14.11

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.14.11

v0.14.10

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.14.10

v0.14.9

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.14.9

v0.14.8

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.14.8

v0.14.7

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.14.7

v0.14.6

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.14.6

v0.14.5

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.14.5

v0.14.4

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.14.4

v0.14.3

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.14.3

v0.14.2

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.14.2

v0.14.1

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.14.1

v0.14.0

[Compare Source](https://r

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM (* 0-3 * * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies label Jul 4, 2025
@renovate renovate Bot force-pushed the renovate/all branch from 008deab to 5e202c2 Compare July 5, 2025 21:51
@renovate renovate Bot changed the title Update pre-commit hook astral-sh/ruff-pre-commit to v0.12.2 Update all dependencies Jul 5, 2025
@renovate renovate Bot force-pushed the renovate/all branch 3 times, most recently from e90c820 to 54d419c Compare July 17, 2025 22:30
@renovate renovate Bot force-pushed the renovate/all branch 3 times, most recently from 8f763c0 to 1c4a812 Compare July 31, 2025 09:41
@renovate renovate Bot force-pushed the renovate/all branch 4 times, most recently from 1524133 to 1371ed7 Compare August 14, 2025 17:50
@renovate renovate Bot force-pushed the renovate/all branch 2 times, most recently from a162bcf to 703af25 Compare August 21, 2025 18:44
@renovate renovate Bot force-pushed the renovate/all branch 2 times, most recently from 86599db to 82d636a Compare September 6, 2025 18:48
@renovate renovate Bot force-pushed the renovate/all branch 2 times, most recently from e6786ac to 894bc91 Compare September 13, 2025 18:58
@renovate renovate Bot force-pushed the renovate/all branch 3 times, most recently from a02234b to 63261b1 Compare September 25, 2025 19:45
@renovate renovate Bot force-pushed the renovate/all branch 3 times, most recently from 52acddb to 90b207d Compare October 8, 2025 01:10
@renovate renovate Bot force-pushed the renovate/all branch 2 times, most recently from 1f7efd0 to ebf69f2 Compare October 31, 2025 01:15
@renovate renovate Bot force-pushed the renovate/all branch 2 times, most recently from 5aa58ef to 4090c06 Compare December 18, 2025 20:37
@renovate renovate Bot force-pushed the renovate/all branch 2 times, most recently from c1d0617 to aab76b7 Compare January 15, 2026 20:40
@renovate renovate Bot force-pushed the renovate/all branch 2 times, most recently from 1ebe1e8 to 14241ab Compare January 23, 2026 00:41
@renovate renovate Bot force-pushed the renovate/all branch 2 times, most recently from 42dcd06 to 12fc937 Compare February 5, 2026 01:01
@renovate renovate Bot force-pushed the renovate/all branch 2 times, most recently from 52dac08 to 0c04561 Compare February 20, 2026 01:55
@renovate renovate Bot force-pushed the renovate/all branch 3 times, most recently from 1c19ce1 to 9366231 Compare February 26, 2026 22:34
@renovate renovate Bot force-pushed the renovate/all branch 2 times, most recently from 9a797f5 to 2b90e37 Compare March 19, 2026 16:52
@renovate renovate Bot force-pushed the renovate/all branch 2 times, most recently from bbf882f to ac21ea9 Compare April 1, 2026 09:49
@renovate renovate Bot force-pushed the renovate/all branch 3 times, most recently from 2ca067d to ae3e651 Compare April 9, 2026 19:10
@renovate renovate Bot force-pushed the renovate/all branch 2 times, most recently from 19df206 to 1202cc0 Compare April 16, 2026 21:57
@renovate renovate Bot force-pushed the renovate/all branch 2 times, most recently from 5d5f39a to 3e839c2 Compare April 24, 2026 21:54
@renovate renovate Bot force-pushed the renovate/all branch 3 times, most recently from 6257628 to 00d44a5 Compare May 12, 2026 16:31
@renovate renovate Bot force-pushed the renovate/all branch from 00d44a5 to fd2311c Compare May 14, 2026 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants