Skip to content

Update julia-actions/setup-julia action to v3 - #65

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/julia-actions-setup-julia-3.x
Open

Update julia-actions/setup-julia action to v3#65
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/julia-actions-setup-julia-3.x

Conversation

@renovate

@renovate renovate Bot commented Apr 17, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
julia-actions/setup-julia action major v2v3
julia-actions/setup-julia action major v2.6.1v3.0.2

Release Notes

julia-actions/setup-julia (julia-actions/setup-julia)

v3.0.2

Compare Source

What's Changed

We fixed a bug (#​389).

We also updated our documentation, and we updated a CI dependency.

New Contributors
Full Changelog

Full Changelog: julia-actions/setup-julia@v3.0.1...v3.0.2

v3.0.1

Compare Source

What's Changed

This is a bugfix release that fixes an error seen when using min-minor or min-patch.

Full Changelog

Full Changelog: julia-actions/setup-julia@v3.0.0...v3.0.1

v3.0.0

Compare Source

⚠️ Breaking Changes, and Migration Guide for v2 ⟶ v3
  1. v3 requires Node 24 (compared to v2, which required Node 20).
  2. The behavior of version: min has changed between v2 and v3.
    • In v2, version: min would resolve to the minimum major/minor/patch, e.g. 1.10.0.
    • In v3, version: min resolves to the minimum major/minor but the latest patch, e.g. 1.10.11.
    • If you specifically want the minimum major/minor/patch under v3, you should specify version: min-patch. Note: v3 also adds the alias version: min-minor, which is equivalent to version: min.
  3. v3 will throw an error if x86_64 Julia binaries are requested on Apple Silicon macOS. (Under v2, this was a warning.) Under v3, if you specifically want to run x86_64 Julia binaries on Apple Silicon (under Rosetta 2), you must now opt-in by specifying the force-arch: true input.
Other Changes

We updated some dependencies, and we improved and updated the CI tooling on this repo.

Full Changelog

Full Changelog: julia-actions/setup-julia@v2.7.0...v3.0.0

v3

Compare Source


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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates 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 added dependencies Pull requests that update a dependency file github_actions labels Apr 17, 2026
@codecov-commenter

codecov-commenter commented Apr 17, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 58.37%. Comparing base (3a1f33e) to head (fb06d17).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #65   +/-   ##
=======================================
  Coverage   58.37%   58.37%           
=======================================
  Files           4        4           
  Lines         358      358           
=======================================
  Hits          209      209           
  Misses        149      149           

☔ 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 force-pushed the renovate/julia-actions-setup-julia-3.x branch 2 times, most recently from cc16a29 to 2caf215 Compare April 23, 2026 20:46
@renovate
renovate Bot force-pushed the renovate/julia-actions-setup-julia-3.x branch from 2caf215 to fb06d17 Compare May 11, 2026 06:13
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant