Bump actions/checkout from 4 to 6 - #162
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
schenksj
added a commit
that referenced
this pull request
Jun 19, 2026
* chore(deps): consolidate Dependabot updates Triage and apply the open Dependabot dependency PRs in a single change. Maven (pom.xml): - jackson-databind 2.15.2 -> 2.22.0 (#178) - maven-surefire-plugin 3.1.2 -> 3.5.6 (#177) - exec-maven-plugin 3.1.0 -> 3.6.3 (#175) - test-dependencies group (#173): junit 5.10.0 -> 6.0.3, s3 2.21.29 -> 2.43.0, azure-storage-blob 12.25.0 -> 12.33.3, azure-identity 1.12.0 -> 1.18.2, azure-core 1.48.0 -> 1.57.1, testcontainers 1.19.0 -> 2.0.5, google-cloud-storage 2.29.1 -> 2.67.0, google-cloud-nio 0.127.12 -> 0.131.0, mockito 5.7.0 -> 5.23.0, iceberg 1.7.1 -> 1.10.1, and maven-{compiler,resources,jar,source, javadoc,gpg}-plugin + central-publishing-maven-plugin bumps. Cargo (native): - futures 0.3.31 -> 0.3.32 (#164) - tokio 1.45 -> 1.50 (#166) - lru 0.12 -> 0.16 (#167) - sha2 0.10 -> 0.11 (#163) - thiserror 1 -> 2 (#170) - libc / moka lockfile bumps (#169, #165) GitHub Actions: - actions/checkout v4 -> v6 (#162) Held back (incompatible, not applied): - scala-library 2.13.12 -> 3.8.3 (#173 sub-update): Scala 2->3 major; s3mock_2.13 requires Scala 2.13. Kept at 2.13.12. - arrow-array / arrow-buffer 57 -> 58 (#168, #172): arrow, arrow-schema and parquet remain at 57 (pinned transitively by delta-kernel 0.19 and the quickwit fork). Mixing arrow 57/58 fails to compile. - object_store 0.12 -> 0.13 (#171): breaking API changes and coupling with delta-kernel 0.19 / quickwit which pin 0.12. Verified: `cargo check` clean; `mvn test-compile` clean; PythonParityTest + BooleanFieldTest pass under junit 6 / surefire 3.5.6. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * fix(deps): hold junit at 5.12.2 — 6.0.3 requires Java 17 JUnit 6.0.x raised its baseline to Java 17 (junit-jupiter-api class files are bytecode 61). This project targets Java 11, and CI compiles with JDK 11, so the test sources failed with "class file has wrong version 61.0, should be 55.0". It only passed locally because the dev machine runs JDK 19. Bump to 5.12.2 instead — the latest Java 8/11-compatible 5.x line (still an upgrade from the original 5.10.0). Verified compiling and running tests under JDK 11. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * test(txlog): serialize global-cache tests to fix parallel race CI surfaced flaky failures in txlog::cache tests (e.g. test_clear_all_caches_removes_all_entries, test_global_cache_stats). Root cause is test cross-contamination, not a production bug: several tests exercise the process-wide cache registry / global manifest cache, and `clear_all_caches()` wipes that shared state. Under cargo's parallel runner one test's clear races with another's get/put/stats. Reproduced deterministically on the unmodified code at `--test-threads=16`: 13/40 runs failed across test_global_cache_stats, test_get_or_create_cache_reuse, test_global_manifest_cache and the clear_all_caches tests. Serializing them on a shared mutex: 0/40. The moka 0.12.13 -> 0.12.15 patch in this PR only shifted scheduling enough to make CI hit a pre-existing latent race; production code is sound (get_or_create_cache uses double-checked locking, the cache is best-effort with TTL/LRU eviction so a flush racing a read is at worst a miss, and the sole production caller is an explicit invalidate-all JNI API). Add a poison-tolerant mutex (lock_global_state) and guard the six tests that touch global cache state. Local-instance tests still run in parallel. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Author
|
Superseded by #180. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps actions/checkout from 4 to 6.
Release notes
Sourced from actions/checkout's releases.
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
de0fac2Fix tag handling: preserve annotations and explicit fetch-tags (#2356)064fe7fAdd orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set (...8e8c483Clarify v6 README (#2328)033fa0dAdd worktree support for persist-credentials includeIf (#2327)c2d88d3Update all references from v5 and v4 to v6 (#2314)1af3b93update readme/changelog for v6 (#2311)71cf226v6-beta (#2298)069c695Persist creds to a separate file (#2286)ff7abcdUpdate README to include Node.js 24 support details and requirements (#2248)08c6903Prepare v5.0.0 release (#2238)You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)