Skip to content

chore(deps): update all non-major dependencies - #481

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

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence Type Update
MSTest 4.3.34.4.1 age confidence nuget minor
codecov/codecov-action v7.0.0v7.1.1 age confidence action minor
github/codeql-action v4.37.7v4.38.1 age confidence action minor
hk 1.56.01.58.1 age confidence tools minor
jdx/mise-action v4.2.5v4.3.0 age confidence action minor
verify.tool 0.8.00.9.1 age confidence nuget minor
zizmor 1.29.01.30.1 age confidence tools minor

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

microsoft/testfx (MSTest)

v4.4.1

See the release notes here

v4.4.0

See the release notes here

codecov/codecov-action (codecov/codecov-action)

v7.1.1

Compare Source

v7.1.0

Compare Source

github/codeql-action (github/codeql-action)

v4.38.1

Compare Source

  • The CodeQL Action now has experimental support for CodeQL releases for which per-language bundles are available. Per-language bundles support analysis for a single language and are therefore smaller than the combined bundles that allow analysis for all supported languages. As a result, per-language bundles take up less space on disk and are faster to download. We expect to roll this change out to everyone in the coming weeks. #​4146

v4.38.0

Compare Source

  • On GitHub-hosted runners, the CodeQL Action now deletes unused CodeQL bundles from the toolcache before downloading a different bundle, which frees up disk space for the analysis. We expect to roll this change out to everyone in September. #​4124
  • The CodeQL Action now supports CodeQL releases that are compatible with Linux Arm64 and downloads the native linux-arm64 CodeQL bundle when available. #​4072
  • Update default CodeQL bundle version to 2.27.0. #​4129

v4.37.9

Compare Source

v4.37.8

Compare Source

No user facing changes.

jdx/hk (hk)

v1.58.1

Compare Source

📚 Documentation

v1.58.0

Compare Source

🚀 Features
🐛 Bug Fixes
📚 Documentation
⚡ Performance
🎨 Styling
🧪 Testing
🛡️ Security
🔍 Other Changes
📦️ Dependency Updates
New Contributors

v1.57.0

Compare Source

🚀 Features
🐛 Bug Fixes
📚 Documentation
🛡️ Security
🔍 Other Changes
📦️ Dependency Updates
New Contributors

v1.56.1

Compare Source

🚜 Refactor
📚 Documentation
📦️ Dependency Updates
jdx/mise-action (jdx/mise-action)

v4.3.0: : Install age-filtered mise releases

Compare Source

A small release that adds an opt-in way to hold back from installing brand-new mise releases.

Added
minimum_release_age input (#​604 by @​jdx)

When version is omitted, you can now set minimum_release_age to install the newest stable, non-draft mise release that is older than a given cutoff — a simple way to avoid picking up a mise release the moment it ships (closes #​603).

- uses: jdx/mise-action@v4
  with:
    minimum_release_age: 7d

It accepts relative durations (24h, 7d, 6mo, 1y) as well as absolute ISO dates and timestamps. Age-filtered versions are resolved from the GitHub Releases API (the CDN only serves the latest binary) and downloaded by their exact version. If mise is already present on disk, an age-filtered run updates it to the resolved version rather than keeping the existing binary. An explicit version always takes precedence over minimum_release_age, and invalid dates fail fast.

Full Changelog: jdx/mise-action@v4.2.5...v4.3.0

patriksvensson/verify.terminal (verify.tool)

v0.9.1

Compare Source

v0.9.0

Compare Source

zizmorcore/zizmor (zizmor)

v1.30.1

Compare Source

Sponsorship is appreciated!

Bug Fixes 🐛🔗

  • Fixed a bug where zizmor would crash on pre-commit inputs that reference a GitHub URL with an explicit .git suffix (#​2363)

  • Fixed a bug where self-repository auto-fixes were incorrectly marked as "safe" instead of "unsafe" (#​2373)

v1.30.0

Compare Source

Sponsorship is appreciated!

New Features 🌈🔗

Bug Fixes 🐛🔗

  • Fixed a bug where zizmor would reject a .pre-commit-config.yml input containing a prek-specific builtin section (#​2259)

  • Fixed a bug where the unpinned-uses audit would fail to honor ignore comments within the same step scope (#​2289)

  • Fixed a bug where zizmor would reject a dependabot.yml containing a goproxy-server registry definition (#​2300)

  • Fixed a bug where zizmor would reject pre-commit configurations containing prek-specific glob patterns in files or exclude (#​2308)

  • Fixed a handful of unsound patch bugs when performing YAML add and/or replace operations (#​2295)

    Many thanks to @​dmbuil for proposing and implementing this improvement!

  • Fixed a bug where the cache-poisoning audit would incorrectly flag newer astral-sh/setup-uv versions that disable caching behavior automatically (#​2330)

  • Fixed a bug where the ref-version-mismatch audit would produce a misleading diagnostic when an action has overlapping branch and tag names (#​2337)

  • Fixed a bug where the artipacked audit would incorrectly flag the with: clauses of unrelated actions (#​2339)

  • Fixed a class of bugs where zizmor would incorrectly match an action's commit to a sibling action's tag (#​2247)

    Many thanks to @​potiuk for proposing and implementing this improvement!

  • Fixed a bug where zizmor would crash on deeply nested GitHub Actions expressions (#​2349)


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR is behind base branch, 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.

@codecov-commenter

codecov-commenter commented Aug 21, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.49%. Comparing base (28b62ec) to head (2ff21cb).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #481   +/-   ##
=======================================
  Coverage   83.49%   83.49%           
=======================================
  Files         259      259           
  Lines       12450    12450           
  Branches     1210     1210           
=======================================
  Hits        10395    10395           
  Misses       1696     1696           
  Partials      359      359           

☔ View full report in Codecov by Harness.
📢 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.

@renovate renovate Bot changed the title chore(deps): update github/codeql-action action to v4.37.8 chore(deps): update github/codeql-action action to v4.37.9 Aug 26, 2026
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 0f953f3 to dfbdeed Compare August 27, 2026 00:39
@renovate renovate Bot changed the title chore(deps): update github/codeql-action action to v4.37.9 chore(deps): update all non-major dependencies Aug 27, 2026
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from 3372261 to c247113 Compare September 3, 2026 01:04
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 3e3ec13 to 9e33cb9 Compare September 9, 2026 19:32
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 1f4c3c2 to 91f7d91 Compare September 15, 2026 02:21
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 765d14a to e030499 Compare September 17, 2026 03:00
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from e030499 to 2ff21cb Compare September 18, 2026 22:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant