Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 11, 2025

Bumps actions/checkout from 4 to 5.

Release notes

Sourced from actions/checkout's releases.

v5.0.0

What's Changed

⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

Make sure your runner is updated to this version or newer to use this release.

Full Changelog: actions/checkout@v4...v5.0.0

v4.3.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v4...v4.3.0

v4.2.2

What's Changed

Full Changelog: actions/checkout@v4.2.1...v4.2.2

v4.2.1

What's Changed

New Contributors

Full Changelog: actions/checkout@v4.2.0...v4.2.1

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

V5.0.0

V4.3.0

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

v4.1.5

v4.1.4

v4.1.3

... (truncated)

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

avrabe added a commit that referenced this pull request Aug 24, 2025
Update dependencies based on available dependabot pull requests:

- actions/checkout: v4 -> v5 in GitHub workflows
  - Updates to Node.js 24 runtime
  - Better compatibility with latest GitHub Actions infrastructure

- clap: 4.5.4/4.0 -> 4.5.39 across multiple crates
  - cargo-wrt: 4.5.4 -> 4.5.39
  - wrt-build-core: 4.5.4 -> 4.5.39
  - wrt-dagger: 4.0 -> 4.5.39
  - Includes help text improvements and flag alias fixes

- wat: 1.205/1.231.0/1.0.89 -> 1.232.0 across multiple crates
  - wrt-decoder: 1.231.0 -> 1.232.0
  - wrt-tests: 1.205 -> 1.232.0
  - wrt-build-core: 1.0.89 -> 1.232.0
  - Adds async import/export ABI updates and duplicate import support

These updates were cherry-picked from pending dependabot PRs #100, #84, #83
and manually applied to match our current codebase structure.
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/github_actions/actions/checkout-5 branch from 7c713d1 to 21b2c6f Compare August 25, 2025 05:10
@github-actions
Copy link

🔍 Build Diagnostics Report

Summary

Metric Base Branch This PR Change
Errors 1602 1602 0
Warnings 655 717 62

🎯 Impact Analysis

Issues in Files You Modified

  • 0 new errors introduced by your changes
  • 0 new warnings introduced by your changes
  • 0 total errors in modified files
  • 0 total warnings in modified files
  • 0 files you modified

Cascading Issues (Your Changes Breaking Other Files)

  • 0 new errors in unchanged files
  • 62 new warnings in unchanged files
  • 11 unchanged files now affected

Note: "Cascading issues" are errors in files you didn't modify, caused by your changes (e.g., breaking API changes, dependency issues).

⚠️ Cascading Warnings (Your Changes Affecting Other Files)

These warnings are in files you didn't modify:

wrt-wasi/src/lib.rs:65:5 - unused import: allocation::MEMORY_STRATEGY (unused_imports)
wrt-wasi/src/lib.rs:241:9 - unused import: wrt_error::ErrorCategory (unused_imports)
wrt-wasi/src/host_provider/component_model_provider.rs:230:6 - type alias FoundationValueVec is never used (dead_code)
wrtd/src/bounded_wrtd_infra.rs:240:30 - use of deprecated type alias wrt_foundation::WrtResult: Use wrt_error::Result<T> directly instead (deprecated)
wrtd/src/bounded_wrtd_infra.rs:29:30 - use of deprecated type alias wrt_foundation::WrtResult: Use wrt_error::Result<T> directly instead (deprecated)

... and 57 more cascading warnings


📊 Full diagnostic data available in workflow artifacts

🔧 To reproduce locally:

# Install cargo-wrt
cargo install --path cargo-wrt

# Analyze your changes
cargo-wrt build --output json --filter-severity error
cargo-wrt check --output json --filter-severity warning

@avrabe avrabe merged commit b17b64d into main Oct 24, 2025
13 of 47 checks passed
@avrabe avrabe deleted the dependabot/github_actions/actions/checkout-5 branch October 24, 2025 11:54
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.

2 participants