Skip to content

chore(deps): bump the actions-dependencies group across 1 directory with 5 updates - #46

Closed
dependabot[bot] wants to merge 70 commits into
masterfrom
dependabot/github_actions/actions-dependencies-d959933001
Closed

dependabot[bot] wants to merge 70 commits into
masterfrom
dependabot/github_actions/actions-dependencies-d959933001

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026 •

Copy link
Copy Markdown
Contributor

Bumps the actions-dependencies group with 5 updates in the / directory:

Package From To
actions/checkout 6 7
actions/setup-node 4 7
actions/cache 5 6
codecov/codecov-action 6 7
crate-ci/typos 1.46.0 1.50.0

Updates actions/checkout from 6 to 7

Release notes

Sourced from actions/checkout's releases.

v7.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v6.0.3...v7.0.0

v6.1.0

What's Changed

https://github.blog/changelog/2026-06-18-safer-pull_request_target-defaults-for-github-actions-checkout/ for more details about this breaking change

Full Changelog: actions/checkout@v6.0.3...v6.1.0

v6.0.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v6...v6.0.3

v6.0.2

What's Changed

Full Changelog: actions/checkout@v6.0.1...v6.0.2

v6.0.1

What's Changed

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v7.0.1

v7.0.0

v6.0.3

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

... (truncated)

Commits

Updates actions/setup-node from 4 to 7

Release notes

Sourced from actions/setup-node's releases.

v7.0.0

What's Changed

Enhancements:

Bug fixes:

Documentation updates:

Dependency update:

New Contributors

Full Changelog: actions/setup-node@v6...v7.0.0

v6.5.0

What's Changed

Full Changelog: actions/setup-node@v6.4.0...v6.5.0

v6.4.0

What's Changed

Dependency updates:

New Contributors

Full Changelog: actions/setup-node@v6...v6.4.0

v6.3.0

What's Changed

Enhancements:

... (truncated)

Commits
  • 8207627 Migrate to ESM and upgrade dependencies (#1574)
  • 04be95c Add cache-primary-key and cache-matched-key as outputs (#1577)
  • 7c2c68d docs: Update caching recommendations to mitigate cache poisoning risks (#1567)
  • 6a61c03 Merge pull request #1569 from jasongin/update-actions-cache-5.1.0
  • 30eb73b Resolve high-severity audit issues
  • 4e1a87a Update dist
  • 360237f Strict equality
  • 4f8aac5 Bump @​actions/cache to 5.1.0, log cache write denied
  • f4a67bb Only use mirrorToken in getManifest if it's provided (#1548)
  • 0355742 Remove dummy NODE_AUTH_TOKEN export (#1558)
  • Additional commits viewable in compare view

Updates actions/cache from 5 to 6

Release notes

Sourced from actions/cache's releases.

v6.0.0

What's Changed

Full Changelog: actions/cache@v5...v6.0.0

v5.1.0

What's Changed

Full Changelog: actions/cache@v5...v5.1.0

v5.0.5

What's Changed

Full Changelog: actions/cache@v5...v5.0.5

v5.0.4

What's Changed

New Contributors

Full Changelog: actions/cache@v5...v5.0.4

v5.0.3

What's Changed

Full Changelog: actions/cache@v5...v5.0.3

v.5.0.2

v5.0.2

What's Changed

... (truncated)

Changelog

Sourced from actions/cache's changelog.

Releases

How to prepare a release

[!NOTE] Relevant for maintainers with write access only.

  1. Switch to a new branch from main.
  2. Run npm test to ensure all tests are passing.
  3. Update the version in https://github.com/actions/cache/blob/main/package.json.
  4. Run npm run build to update the compiled files.
  5. Update this https://github.com/actions/cache/blob/main/RELEASES.md with the new version and changes in the ## Changelog section.
  6. Run licensed cache to update the license report.
  7. Run licensed status and resolve any warnings by updating the https://github.com/actions/cache/blob/main/.licensed.yml file with the exceptions.
  8. Commit your changes and push your branch upstream.
  9. Open a pull request against main and get it reviewed and merged.
  10. Draft a new release https://github.com/actions/cache/releases use the same version number used in package.json
    1. Create a new tag with the version number.
    2. Auto generate release notes and update them to match the changes you made in RELEASES.md.
    3. Toggle the set as the latest release option.
    4. Publish the release.
  11. Navigate to https://github.com/actions/cache/actions/workflows/release-new-action-version.yml
    1. There should be a workflow run queued with the same version number.
    2. Approve the run to publish the new version and update the major tags for this action.

Changelog

6.1.0

6.0.0

  • Updated @actions/cache to ^6.0.1, @actions/core to ^3.0.1, @actions/exec to ^3.0.0, @actions/io to ^3.0.2
  • Migrated to ESM module system
  • Upgraded Jest to v30 and test infrastructure to be ESM compatible

5.0.4

  • Bump minimatch to v3.1.5 (fixes ReDoS via globstar patterns)
  • Bump undici to v6.24.1 (WebSocket decompression bomb protection, header validation fixes)
  • Bump fast-xml-parser to v5.5.6

5.0.3

5.0.2

... (truncated)

Commits
  • 55cc834 Merge pull request #1768 from jasongin/readonly-cache
  • d8cd72f Bump @​actions/cache to v6.1.0 - handle cache write error due to RO token
  • 2c8a9bd Merge pull request #1760 from actions/samirat/esm_migration_and_package_update
  • e9b91fd Prettier fixes
  • e4884b8 Rebuild dist
  • 10baf01 Fixed licenses
  • e39b386 Fix test mock return order
  • b692820 PR feedback
  • 6074912 Rebuild dist bundles as ESM to match type:module
  • 5a912e8 Fix lint and jest issues
  • Additional commits viewable in compare view

Updates codecov/codecov-action from 6 to 7

Release notes

Sourced from codecov/codecov-action's releases.

v7.0.0

⚠️ Due to migration issues with keybase, we are unable to update our keys under the codecovsecurity account. We have deleted the account and are using codecovsecops with the original gpg key

What's Changed

Full Changelog: codecov/codecov-action@v6.0.1...v7.0.0

v6.0.2

This is a copy of the v7.0.0 release to make updates easier

What's Changed

Full Changelog: codecov/codecov-action@v6.0.1...v6.0.2

v6.0.1

What's Changed

Full Changelog: codecov/codecov-action@v6.0.0...v6.0.1

Changelog

Sourced from codecov/codecov-action's changelog.

v5.5.2

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.1..v5.5.2

v5.5.1

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.0..v5.5.1

v5.5.0

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.3..v5.5.0

v5.4.3

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.3

v5.4.2

... (truncated)

Commits

Updates crate-ci/typos from 1.46.0 to 1.50.0

Release notes

Sourced from crate-ci/typos's releases.

v1.50.0

[1.50.0] - 2026-08-28

Features

v1.49.1

[1.49.1] - 2026-08-27

Fixes

  • Don't correct the brand name HashiCorp

v1.49.0

[1.49.0] - 2026-08-03

Features

  • Updated the dictionary with the July 2026 changes

v1.48.0

[1.48.0] - 2026-06-30

Features

  • Updated the dictionary with the June 2026 changes

v1.47.2

[1.47.2] - 2026-06-04

Fixes

  • Don't correct inferrable
  • Correct unused inferible variant

v1.47.1

[1.47.1] - 2026-06-03

Fixes

  • Don't correct requestors

v1.47.0

[1.47.0] - 2026-05-29

Features

  • Updated the dictionary with the May 2026 changes

... (truncated)

Changelog

Sourced from crate-ci/typos's changelog.

[1.50.0] - 2026-08-28

Features

[1.49.1] - 2026-08-27

Fixes

  • Don't correct the brand name HashiCorp

[1.49.0] - 2026-08-03

Features

  • Updated the dictionary with the July 2026 changes

[1.48.0] - 2026-06-30

Features

  • Updated the dictionary with the June 2026 changes

[1.47.2] - 2026-06-04

Fixes

  • Don't correct inferrable
  • Correct unused inferible variant

[1.47.1] - 2026-06-03

Fixes

  • Don't correct requestors

[1.47.0] - 2026-05-29

Features

  • Updated the dictionary with the May 2026 changes

[1.46.3] - 2026-05-23

Fixes

  • Don't correct to sequentials
  • Don't correct to subdolder

... (truncated)

Commits

MFSGA and others added 30 commits July 29, 2026 18:08
Modernize DNS client handling, remove resolved takeover, preserve UDP hijack rules, route DNS through TUN, and keep fake-IP routing consistent.
Add flake packaging, the service module, and deployment documentation.
Add production startup logging, isolate API integration tests, and handle SIGTERM during graceful shutdown.
Keep wildcard trie keys intact and pass rule matchers through dispatcher tracking as trait objects.
Clean up cross-crate lint issues before the routing and protocol work that follows.
Select strict per-destination egress interfaces and propagate route-aware socket creation through DNS and proxy connectors.
Add owned-rule cleanup, rollback on partial failure, explicit IPv6 policy tables, and rtnetlink-backed excluded/interface routes with regression tests.
Reject incompatible runtime updates, filter AAAA responses for IPv4-only TUN, and verify marked IPv6 upstream sessions.
Support minimum download thresholds, provider-specific checks, SSE validation, and WebSocket echo probes under the extended health feature.
Use rtnetlink to inspect interface readiness while tolerating short carrier transitions during startup.
Speed up direnv activation and wait for TUN route readiness before declaring the service available.
Retain handshake progress and Vision passthrough state across fragmented asynchronous reads.
Select interfaces by destination, improve Windows route/socket handling, add Windows interface support, and enforce protected proxy socket usage with regression guards.
Retry all resolved endpoints, support the Chimera server variant, and make UDP port hopping asynchronous and memory-safe.
Add the React dashboard, embed prebuilt assets in the API binary, document the workflow, and align release and throughput CI.
Avoid applying TUN-specific route and socket binding behavior when the TUN runtime is disabled, including throughput CI coverage.
Prepare replacement components before stopping the active runtime and preserve the current data plane when validation fails.
Return a clear error instead of silently falling back to DIRECT when the selected HTTP outbound is missing.
Tighten CORS defaults and request tracing, enforce consistent LAN admission across inbounds, document safe configuration, and add end-to-end LAN proxy tests.
Make clash-lib lint-clean across all targets and features, then require formatting, Clippy, and LAN integration checks on Linux and Windows CI.
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 1, 2026
@github-actions

github-actions Bot commented Sep 1, 2026 •

Copy link
Copy Markdown
Contributor

Proxy Throughput Results

Trojan

Transport Payload Runs Upload Mbps Download Mbps
tcp 32 MB 3 7228.5 +/- 2572.1 5947.4 +/- 1941.7
ws 32 MB 3 11448.0 +/- 304.1 9477.5 +/- 136.8
tcp-netem 32 MB 3 9670.6 +/- 2019.2 6338.8 +/- 940.4

VLESS

Transport Payload Runs Upload Mbps Download Mbps
tcp 32 MB 3 8815.0 +/- 1983.5 8246.9 +/- 1818.8
ws 32 MB 3 14414.9 +/- 2140.5 14386.8 +/- 2406.3

Hysteria2

Transport Payload Runs Upload Mbps Download Mbps
salamander 32 MB 3 8404.3 +/- 1423.2 8497.2 +/- 867.6
plain 32 MB 3 7469.0 +/- 380.9 5976.0 +/- 786.2
plain-netem 32 MB 3 9449.3 +/- 1706.8 8612.3 +/- 1754.3

SOCKS5

Transport Payload Runs Upload Mbps Download Mbps
auth 32 MB 3 10068.1 +/- 1768.5 8884.7 +/- 2120.8
noauth 32 MB 3 8938.4 +/- 649.1 10023.5 +/- 2048.2

ANYTLS

Transport Payload Runs Upload Mbps Download Mbps
tls 32 MB 3 7253.9 +/- 1452.0 8946.1 +/- 1098.4

SS

Transport Payload Runs Upload Mbps Download Mbps
plain 32 MB 3 10416.1 +/- 1079.3 10023.3 +/- 1898.3
obfs-http 32 MB 3 11369.5 +/- 1216.7 10567.0 +/- 1582.7
obfs-tls 32 MB 3 9369.1 +/- 341.3 10368.3 +/- 1739.0
plain-netem 32 MB 3 7891.7 +/- 2173.2 5302.4 +/- 1813.0
v2ray-plugin-ws-tls 32 MB 3 12364.0 +/- 3880.8 13963.9 +/- 3416.6
shadow-tls-v3 32 MB 3 9148.4 +/- 2608.9 9034.5 +/- 261.2

Test Environment

OS Linux 6.17.0-1022-azure
Architecture x86_64
Kernel 6.17.0-1022-azure
CPU AMD EPYC 7763 64-Core Processor
CPU Cores 4
Memory GB 15.61
Docker 28.0.4
Rust rustc 1.98.0 (88d9e12ae 2026-08-18)

View workflow run

Full test log

Download the throughput-results artifact from the workflow run for the full log.

MFSGA and others added 14 commits September 2, 2026 19:08
…ith 5 updates

Bumps the actions-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `6` | `7` |
| [actions/setup-node](https://github.com/actions/setup-node) | `4` | `7` |
| [actions/cache](https://github.com/actions/cache) | `5` | `6` |
| [codecov/codecov-action](https://github.com/codecov/codecov-action) | `6` | `7` |
| [crate-ci/typos](https://github.com/crate-ci/typos) | `1.46.0` | `1.50.0` |



Updates `actions/checkout` from 6 to 7
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v6...v7)

Updates `actions/setup-node` from 4 to 7
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4...v7)

Updates `actions/cache` from 5 to 6
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v5...v6)

Updates `codecov/codecov-action` from 6 to 7
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v6...v7)

Updates `crate-ci/typos` from 1.46.0 to 1.50.0
- [Release notes](https://github.com/crate-ci/typos/releases)
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
- [Commits](crate-ci/typos@v1.46.0...v1.50.0)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-dependencies
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-dependencies
- dependency-name: actions/setup-node
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-dependencies
- dependency-name: codecov/codecov-action
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-dependencies
- dependency-name: crate-ci/typos
  dependency-version: 1.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions-dependencies-d959933001 branch from 1f01ada to 5964a29 Compare September 2, 2026 14:34
@dependabot @github

dependabot Bot commented on behalf of github Sep 14, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Sep 14, 2026
@dependabot
dependabot Bot deleted the dependabot/github_actions/actions-dependencies-d959933001 branch September 14, 2026 03:08
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.

1 participant