Skip to content

Update dependency mise to 2026.4.25#117

Merged
jonas-wielage-sonarsource merged 1 commit intomasterfrom
renovate/mise
May 4, 2026
Merged

Update dependency mise to 2026.4.25#117
jonas-wielage-sonarsource merged 1 commit intomasterfrom
renovate/mise

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 29, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Update Change Pending
mise major 2025.7.122026.4.25 2026.4.28 (+1)

Release Notes

jdx/mise (mise)

v2026.4.28

Compare Source

🐛 Bug Fixes
  • (copr) remove stale pinned image digest and rebuild copr image on Dockerfile changes by @​bestagi in #​9451
  • (task) avoid gix panic when cloning a remote task by commit SHA by @​jdx in #​9473

v2026.4.27

Compare Source

🚀 Features
🐛 Bug Fixes
  • (backend) Don't cache empty version lists by @​c22 in #​9444
  • (shims) compare PATH entries case-insensitively on macOS by @​jdx in #​9468
  • (task) preserve essential env vars under deny_env on Linux by @​jdx in #​9467
Chore
New Contributors
📦 Aqua Registry Updates
New Packages (7)
Updated Packages (5)

v2026.4.25

Compare Source

🚀 Features
🐛 Bug Fixes
📚 Documentation
  • (site) add self-hosted page tracker via Cloudflare Worker, drop GoatCounter by @​jdx in #​9430
New Contributors

v2026.4.24

Compare Source

🚀 Features
  • (ls-remote) add prereleases setting and --prerelease flag by @​jdx in #​9415
🐛 Bug Fixes
  • (http) retry transient HTTP failures with backoff and warn on rescue by @​jdx in #​9414
  • (release) purge mise.en.dev CDN zone after each S3 publish by @​jdx in #​9416
📚 Documentation

v2026.4.23

Compare Source

🚀 Features
🐛 Bug Fixes
📦️ Dependency Updates
📦 Registry
Chore
New Contributors

v2026.4.21

Compare Source

🚀 Features
  • (registry) add --security flag to include security info in JSON output by @​jdx in #​9364
🐛 Bug Fixes
📚 Documentation
📦️ Dependency Updates
📦 Registry
Chore
  • (npm-publish) use aube publish instead of npm publish by @​jdx in #​9328
New Contributors

v2026.4.22

Compare Source

🚀 Features
🐛 Bug Fixes
🚜 Refactor
📚 Documentation
🧪 Testing
📦 Aqua Registry

Updated aqua-registry: v4.498.0 -> v4.499.0.

Included aqua-registry releases:

v2026.4.20

Compare Source

🐛 Bug Fixes
🚜 Refactor
📚 Documentation
📦️ Dependency Updates
Chore
📦 Aqua Registry

Updated aqua-registry: v4.492.0 -> v4.498.0.

Included aqua-registry releases:

v2026.4.19

Compare Source

🚀 Features
🐛 Bug Fixes
🚜 Refactor
📚 Documentation
📦️ Dependency Updates
📦 Registry
Chore
New Contributors
📦 Aqua Registry Updates
New Packages (3)
Updated Packages (3)

v2026.4.18

Compare Source

🚀 Features
🐛 Bug Fixes
  • (backend) skip versions host for direct-source backends by @​jdx in #​9245
  • (github) route artifact attestation verification to custom api_url by @​jdx in #​9254
  • (lockfile) use unique temp file for atomic save to avoid concurrent rename race by @​jdx in #​9250
  • (log) drop noisy third-party debug/trace logs by @​jdx in #​9248
  • (progress) disable animated clx output in ci by @​jdx in #​9249
  • (use) honor --quiet and --silent flags by @​jdx in #​9251
  • (vfox) opt backend plugins out of --locked URL check by @​jdx in #​9252
📦 Registry
New Contributors

v2026.4.17

Compare Source

🐛 Bug Fixes
🚜 Refactor
📚 Documentation
📦️ Dependency Updates
📦 Registry
New Contributors
📦 Aqua Registry Updates
New Packages (3)
Updated Packages (1)

v2026.4.10

Compare Source

🐛 Bug Fixes

v2026.4.11

Compare Source

🐛 Bug Fixes
New Contributors

v2026.4.12

Compare Source

🚀 Features
🐛 Bug Fixes
📚 Documentation
📦 Registry
Chore
New Contributors
📦 Aqua Registry Updates
New Packages (7)
Updated Packages (3)

v2026.4.13

Compare Source

🐛 Bug Fixes
📦️ Dependency Updates
New Contributors

v2026.4.14

Compare Source

Chore

v2026.4.15

Compare Source

🐛 Bug Fixes
📚 Documentation
📦 Registry
New Contributors
📦 Aqua Registry Updates
Updated Packages (2)

v2026.4.16

Compare Source

🚀 Features
🐛 Bug Fixes
📚 Documentation
📦️ Dependency Updates
📦 Registry

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone CET)

  • Branch creation
    • "before 4am on Monday"
  • 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 requested a review from a team March 29, 2026 22:07
@sonar-review-alpha
Copy link
Copy Markdown

sonar-review-alpha Bot commented Mar 29, 2026

Summary

⚠️ The PR description exceeded the analysis limit and was truncated. The review may not reflect all context.

This PR updates the mise tool from 2025.7.12 to 2026.4.25 across two GitHub Actions workflows. The update is a major version bump that includes several new features (npm install options, config_root for plugins, dependency source watching) and bug fixes (backend version caching, PATH comparison on macOS, environment variable preservation).

Note: There's a newer version 2026.4.28 available with 2 additional bug fixes, but this PR targets 2026.4.23 per the title (the diff shows 2026.4.25, likely updated by Renovate).

What reviewers should know

Scope: Only changes .github/workflows/build.yml and .github/workflows/shadow-scan.yml — updates the mise version pinned in the jdx/mise-action step.

What to check:

  • Verify the version bump doesn't break any CI steps that depend on mise functionality
  • If your workflows use specific mise features or commands, confirm they're compatible with v2026.4.x
  • Note that the release includes fixes for task execution and environment variable handling that may affect reproducibility

No migration needed: This is a simple version pin update with no config changes or breaking changes to the workflow structure.


  • Generate Walkthrough
  • Generate Diagram

🗣️ Give feedback


  • 🐟 April Fools' persona mode!

sonar-review-alpha[bot]

This comment was marked as outdated.

@renovate renovate Bot force-pushed the renovate/mise branch from ec349b3 to c3695ba Compare March 31, 2026 16:04
@renovate renovate Bot changed the title Update dependency mise to 2026.3.17 Update dependency mise to 2026.3.16 Mar 31, 2026
sonar-review-alpha[bot]

This comment was marked as resolved.

@renovate renovate Bot force-pushed the renovate/mise branch from c3695ba to 4018c31 Compare April 1, 2026 15:30
@renovate renovate Bot changed the title Update dependency mise to 2026.3.16 Update dependency mise to 2026.3.17 Apr 1, 2026
sonar-review-alpha[bot]

This comment was marked as outdated.

@renovate renovate Bot force-pushed the renovate/mise branch from 4018c31 to 78ff569 Compare April 5, 2026 14:18
@renovate renovate Bot changed the title Update dependency mise to 2026.3.17 Update dependency mise to 2026.3.18 Apr 5, 2026
@sonarqube-next
Copy link
Copy Markdown

sonarqube-next Bot commented Apr 5, 2026

Quality Gate passed Quality Gate passed for 'cloud-native-gradle-modules'

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
0 Dependency risks
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarQube

sonar-review-alpha[bot]

This comment was marked as outdated.

@renovate renovate Bot force-pushed the renovate/mise branch from 78ff569 to 52dc073 Compare April 17, 2026 13:27
@renovate renovate Bot changed the title Update dependency mise to 2026.3.18 Update dependency mise to 2026.4.10 Apr 17, 2026
sonar-review-alpha[bot]

This comment was marked as outdated.

@renovate renovate Bot force-pushed the renovate/mise branch from 52dc073 to 52c78f4 Compare April 23, 2026 17:46
@renovate renovate Bot changed the title Update dependency mise to 2026.4.10 Update dependency mise to 2026.4.17 Apr 23, 2026
sonar-review-alpha[bot]

This comment was marked as outdated.

@renovate renovate Bot force-pushed the renovate/mise branch from 52c78f4 to f063af3 Compare April 24, 2026 17:11
@renovate renovate Bot changed the title Update dependency mise to 2026.4.17 Update dependency mise to 2026.4.18 Apr 24, 2026
sonar-review-alpha[bot]

This comment was marked as outdated.

@renovate renovate Bot force-pushed the renovate/mise branch from f063af3 to 1923bac Compare April 28, 2026 08:07
@renovate renovate Bot changed the title Update dependency mise to 2026.4.18 Update dependency mise to 2026.4.19 Apr 28, 2026
sonar-review-alpha[bot]

This comment was marked as outdated.

@renovate renovate Bot force-pushed the renovate/mise branch from 1923bac to c1a2a56 Compare April 29, 2026 16:59
@renovate renovate Bot changed the title Update dependency mise to 2026.4.19 Update dependency mise to 2026.4.20 Apr 29, 2026
sonar-review-alpha[bot]

This comment was marked as outdated.

@renovate renovate Bot force-pushed the renovate/mise branch from c1a2a56 to 5b00ab7 Compare April 30, 2026 20:31
@renovate renovate Bot changed the title Update dependency mise to 2026.4.20 Update dependency mise to 2026.4.21 Apr 30, 2026
sonar-review-alpha[bot]

This comment was marked as outdated.

@renovate renovate Bot force-pushed the renovate/mise branch from 5b00ab7 to 615a039 Compare May 1, 2026 23:10
@renovate renovate Bot changed the title Update dependency mise to 2026.4.21 Update dependency mise to 2026.4.23 May 1, 2026
sonar-review-alpha[bot]

This comment was marked as outdated.

@renovate renovate Bot force-pushed the renovate/mise branch from 615a039 to 479c47e Compare May 3, 2026 19:28
@renovate renovate Bot changed the title Update dependency mise to 2026.4.23 Update dependency mise to 2026.4.25 May 3, 2026
Copy link
Copy Markdown

@sonar-review-alpha sonar-review-alpha Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! ✅

Clean, low-risk version pin update. Both workflow files are updated consistently, no other workflows reference mise, and mise.toml only pins java = "21.0" which is unaffected by the mise version bump.

The PR title says "2026.4.23" but the pinned version is 2026.4.25 — Renovate updated the version during rebasing without updating the title. This is expected Renovate behavior and not a concern.

🗣️ Give feedback

@sonarqube-next
Copy link
Copy Markdown

sonarqube-next Bot commented May 3, 2026

Quality Gate passed Quality Gate passed for 'cloud-native-gradle-modules'

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
0 Dependency risks
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarQube

@jonas-wielage-sonarsource jonas-wielage-sonarsource merged commit 24f595f into master May 4, 2026
7 checks passed
@jonas-wielage-sonarsource jonas-wielage-sonarsource deleted the renovate/mise branch May 4, 2026 12:15
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.

1 participant