Skip to content

Bump julia-actions/julia-downgrade-compat from 2 to 2.6.2 in the all-github-actions group - #312

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/all-github-actions-b13609a469
Closed

Bump julia-actions/julia-downgrade-compat from 2 to 2.6.2 in the all-github-actions group#312
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/all-github-actions-b13609a469

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the all-github-actions group with 1 update: julia-actions/julia-downgrade-compat.

Updates julia-actions/julia-downgrade-compat from 2 to 2.6.2

Release notes

Sourced from julia-actions/julia-downgrade-compat's releases.

v2.6.2

Bug-fix release.

What's changed

  • Resolve recursive path-source dependency floors (#56) — fixes minimum-version resolution for dependencies configured via [sources]/path, including ones selected only by [targets].test. The action now follows active path sources recursively so local monorepo dependencies stay local throughout the locked build and test, reconstructs hard/weak dependencies and extension triggers for path entries instead of losing them on re-resolution, and intersects root/local compat constraints (reporting a conflict if they don't overlap) rather than silently picking one. On Julia 1.11+ and 1.10, test-only path packages' hard non-local dependencies are promoted to root [deps] so Pkg.test can't independently upgrade them above the locked minimum even with allow_reresolve=false. Also fixes a compat-serialization bug where an intersected open-upper-bound range (e.g. two >= constraints) produced an invalid version specifier string on Julia 1.11+ due to a rendering difference from 1.10. See the new "Local path sources" section in the README for details.

Full changelog: julia-actions/julia-downgrade-compat@v2.6.1...v2.6.2

v2.6.1

What's Changed

Full Changelog: julia-actions/julia-downgrade-compat@v2...v2.6.1

v2.6.0

What's Changed

Full Changelog: julia-actions/julia-downgrade-compat@v2...v2.6.0

v2.5.2

Bug-fix release.

What's changed

  • Strip [sources] packages from the merged project before resolution (#51) — fixes unknown package UUID: … resolver errors in the [extras]+[targets].test "merged resolution" path. create_merged_project starts from deepcopy(main_project), so a source package listed directly in the main project's [deps] — a monorepo root or sublibrary that depends on its own unregistered in-repo siblings and pins them via [sources] — survived the deepcopy in [deps]/[compat]/[sources]. The resolver then received those siblings as deps and errored before resolving anything (a caller-supplied skip list does not help, since it only governs [compat] rewriting). The fix mirrors remove_source_packages_from_project from the non-merged path: source packages are stripped from the merged project's [deps]/[compat]/[sources] and re-added to the manifest as path deps after resolution, so the resolved environment stays complete. Reproduced on SciML/OptimalUncertaintyQuantification.jl (a lib/ monorepo); both the root and sublibraries now resolve where the released action errored. Adds a regression test (full suite 101/101).

Full changelog: julia-actions/julia-downgrade-compat@v2.5.1...v2.5.2

v2.5.1

Bug-fix release.

What's changed

  • Dedupe main package in manifest after merged resolution (#50) — fixes the "Invalid manifest format … is ambiguous" error introduced in v2.5.0 (#49). For projects using old-style test deps ([extras] + [targets].test) where a test extra transitively depends on the main package, the merged resolve emitted a registry stanza for the main package and the action then appended a second, path-based stanza — leaving two stanzas with the same UUID and breaking Pkg.Types.EnvCache re-parsing. The fix removes any resolver-emitted stanza matching the main package's UUID before appending the path stanza (mirroring the existing [sources] dedupe), so exactly one stanza remains. This was breaking SciML downgrade CI (e.g. LinearSolve.jl).

Full changelog: julia-actions/julia-downgrade-compat@v2.5.0...v2.5.1

v2.5.0

No release notes provided.

v2.4.0

What's Changed

... (truncated)

Commits

Dependabot compatibility score

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 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 all-github-actions group with 1 update: [julia-actions/julia-downgrade-compat](https://github.com/julia-actions/julia-downgrade-compat).


Updates `julia-actions/julia-downgrade-compat` from 2 to 2.6.2
- [Release notes](https://github.com/julia-actions/julia-downgrade-compat/releases)
- [Changelog](https://github.com/julia-actions/julia-downgrade-compat/blob/main/devdocs/release.md)
- [Commits](julia-actions/julia-downgrade-compat@v2...v2.6.2)

---
updated-dependencies:
- dependency-name: julia-actions/julia-downgrade-compat
  dependency-version: 2.6.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 1, 2026
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@github-actions

github-actions Bot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

Benchmark Results (Julia v1.10)

Time benchmarks
main 7ce2b38... main / 7ce2b38...
bbm_1d/bbm_1d_basic.jl - rhs!: 12.4 ± 0.21 μs 12.3 ± 0.2 μs 1 ± 0.024
bbm_1d/bbm_1d_fourier.jl - rhs!: 0.182 ± 0.0035 ms 0.182 ± 0.0032 ms 1 ± 0.026
bbm_bbm_1d/bbm_bbm_1d_basic_reflecting.jl - rhs!: 0.0614 ± 0.00031 ms 0.061 ± 0.00031 ms 1.01 ± 0.0072
bbm_bbm_1d/bbm_bbm_1d_dg.jl - rhs!: 29.3 ± 2.8 μs 29.6 ± 1 μs 0.989 ± 0.1
bbm_bbm_1d/bbm_bbm_1d_relaxation.jl - rhs!: 24.7 ± 2.8 μs 24.7 ± 2.4 μs 1 ± 0.15
bbm_bbm_1d/bbm_bbm_1d_upwind_relaxation.jl - rhs!: 0.04 ± 0.0018 ms 0.0388 ± 0.0013 ms 1.03 ± 0.059
hyperbolic_serre_green_naghdi_1d/hyperbolic_serre_green_naghdi_dingemans.jl - rhs!: 3.52 ± 0.03 μs 3.23 ± 0.029 μs 1.09 ± 0.013
kdv_1d/kdv_1d_basic.jl - rhs!: 1.18 ± 0.02 μs 1.12 ± 0.02 μs 1.05 ± 0.026
kdv_1d/kdv_1d_implicit.jl - rhs!: 1.19 ± 0.039 μs 1.1 ± 0.02 μs 1.08 ± 0.04
serre_green_naghdi_1d/serre_green_naghdi_well_balanced.jl - rhs!: 0.155 ± 0.0055 ms 0.154 ± 0.0053 ms 1 ± 0.05
svaerd_kalisch_1d/svaerd_kalisch_1d_dingemans_relaxation.jl - rhs!: 0.117 ± 0.0037 ms 0.118 ± 0.0038 ms 0.999 ± 0.045
time_to_load 1.8 ± 0.00045 s 1.82 ± 0.01 s 0.99 ± 0.0056
Memory benchmarks
main 7ce2b38... main / 7ce2b38...
bbm_1d/bbm_1d_basic.jl - rhs!: 1 allocs: 4.12 kB 1 allocs: 4.12 kB 1
bbm_1d/bbm_1d_fourier.jl - rhs!: 1 allocs: 4.12 kB 1 allocs: 4.12 kB 1
bbm_bbm_1d/bbm_bbm_1d_basic_reflecting.jl - rhs!: 5 allocs: 1.17 kB 5 allocs: 1.17 kB 1
bbm_bbm_1d/bbm_bbm_1d_dg.jl - rhs!: 10 allocs: 8.62 kB 10 allocs: 8.62 kB 1
bbm_bbm_1d/bbm_bbm_1d_relaxation.jl - rhs!: 2 allocs: 8.25 kB 2 allocs: 8.25 kB 1
bbm_bbm_1d/bbm_bbm_1d_upwind_relaxation.jl - rhs!: 2 allocs: 8.25 kB 2 allocs: 8.25 kB 1
hyperbolic_serre_green_naghdi_1d/hyperbolic_serre_green_naghdi_dingemans.jl - rhs!: 0 allocs: 0 B 0 allocs: 0 B
kdv_1d/kdv_1d_basic.jl - rhs!: 0 allocs: 0 B 0 allocs: 0 B
kdv_1d/kdv_1d_implicit.jl - rhs!: 0 allocs: 0 B 0 allocs: 0 B
serre_green_naghdi_1d/serre_green_naghdi_well_balanced.jl - rhs!: 0.075 k allocs: 0.66 MB 0.075 k allocs: 0.66 MB 1
svaerd_kalisch_1d/svaerd_kalisch_1d_dingemans_relaxation.jl - rhs!: 0.042 k allocs: 0.315 MB 0.042 k allocs: 0.315 MB 1
time_to_load 0.153 k allocs: 14.5 kB 0.153 k allocs: 14.5 kB 1

@JoshuaLampert JoshuaLampert left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Not sure why dependabot want this update. Why shouldn't we stay with v2? There already is a tag v2.7.0, which is also the same as v2. Do you have an idea why dependabot created this PR, @ranocha? Looking at https://github.com/julia-actions/julia-downgrade-compat/tags, everything seems fine there.

@ranocha

ranocha commented Aug 3, 2026

Copy link
Copy Markdown
Member

I have no idea

@ranocha

ranocha commented Aug 3, 2026

Copy link
Copy Markdown
Member

Well, it looks a bit strange that there is a v2 in https://github.com/julia-actions/julia-downgrade-compat/tags. Maybe that' the issue? I would leave the settings like they are.

@JoshuaLampert

Copy link
Copy Markdown
Member

Well, it looks a bit strange that there is a v2 in julia-actions/julia-downgrade-compat/tags. Maybe that' the issue? I would leave the settings like they are.

I think it was always the case that the latest version also gets the v2 tag. This is also documented in https://github.com/julia-actions/julia-downgrade-compat/blob/30b83cf94e89744fcbd7ea5496be4967d6fbe540/devdocs/release.md. However, considering that dependabot closed this PR trixi-framework/Trixi.jl#3170 again seems to indicate that dependabot will also close the other PRs soon. Looks like something weird with dependabot. Let's just wait a bit.

@JoshuaLampert JoshuaLampert left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This should not be needed anymore.

@dependabot @github

dependabot Bot commented on behalf of github Aug 22, 2026

Copy link
Copy Markdown
Contributor Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot
dependabot Bot deleted the dependabot/github_actions/all-github-actions-b13609a469 branch August 22, 2026 20:18
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.

3 participants