Skip to content

chore(deps): bump the github-actions group across 1 directory with 10 updates - #1976

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/github-actions-4b7b314127
Open

chore(deps): bump the github-actions group across 1 directory with 10 updates#1976
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/github-actions-4b7b314127

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the github-actions group with 10 updates in the / directory:

Package From To
actions/checkout 6.0.2 7.0.1
actions/setup-java 5.2.0 5.7.0
reactivecircus/android-emulator-runner 2.37.0 2.38.0
dart-lang/setup-dart 1.7.2 1.8.0
actions/cache 5.0.5 6.1.0
dart-lang/ecosystem/.github/workflows/health.yaml ed9c592c1d35106c0a8a52044426515017a60646 cda8bd535dfbcff45010bc3c843d325682f944b2
actions/stale 10.3.0 11.0.0
dart-lang/ecosystem/.github/workflows/post_summaries.yaml ed9c592c1d35106c0a8a52044426515017a60646 cda8bd535dfbcff45010bc3c843d325682f944b2
dart-lang/ecosystem/.github/workflows/publish.yaml ed9c592c1d35106c0a8a52044426515017a60646 cda8bd535dfbcff45010bc3c843d325682f944b2
actions/labeler 6.1.0 7.0.0

Updates actions/checkout from 6.0.2 to 7.0.1

Release notes

Sourced from actions/checkout's releases.

v7.0.1

What's Changed

Full Changelog: actions/checkout@v7...v7.0.1

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

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-java from 5.2.0 to 5.7.0

Release notes

Sourced from actions/setup-java's releases.

v5.7.0

What's Changed

Full Changelog: actions/setup-java@v5.6.0...v5.7.0

v5.6.0

What's Changed

Full Changelog: actions/setup-java@v5...v5.6.0

v5.5.0

What's Changed

New Contributors

Full Changelog: actions/setup-java@v5...v5.5.0

v5.4.0

What's Changed

... (truncated)

Commits

Updates reactivecircus/android-emulator-runner from 2.37.0 to 2.38.0

Release notes

Sourced from reactivecircus/android-emulator-runner's releases.

v2.38.0

What's Changed

New Contributors

Full Changelog: ReactiveCircus/android-emulator-runner@v2.37.0...v2.38.0

Changelog

Sourced from reactivecircus/android-emulator-runner's changelog.

Change Log

Unreleased

v2.38.0

  • Update SDK build tools to 37.0.0. - #475

v2.37.0

  • Update SDK build tools to 36.0.0, update SDK command-line tools to 20.0. - #467
  • Run action on Node 24. - #466
  • Update Node and npm packages. - #466

v2.36.0

  • Remove --abi option to better support 16-KB-based system images (#456).

v2.35.0

  • Optimize config.ini updates and efficiency improvements report (#436).
  • Fix pre-emulator-launch-script (#439).
  • Allow google_apis_ps16k as a valid target (#440).

v2.34.0

  • Allow arbitrary value for api-level such as Baklava and 35-ext15. - 428
  • Add option to specify system-image-api-level to use a system image with a different API level than the platform. - 428
  • Support automotive and desktop targets: android-automotive, android-automotive-playstore, android-desktop. - 428

v2.33.0

  • Fix missing AVD directory in ubuntu-24.04 runner. - 415
  • Update SDK build tools to 35.0.0, update SDK command-line tools to 16.0. - #356
  • Stop changing owner of the SDK directory. - 406 #409
  • Upgrade to latest npm dependencies. - #401

v2.32.0

  • Add port parameter for customizing the emulator port to use. - #383

v2.31.0

  • Support setting VanillaIceCream as api-level. - #378
  • Install platforms for the specified api-level. - #384

v2.30.1

... (truncated)

Commits
  • a421e43 Merge branch 'main' into release/v2
  • cad3216 Prepare for release 2.38.0.
  • ed6254c Revert "Add minorApiLevel for compile SDK. Test with API 37.0."
  • 8acdc11 Add minorApiLevel for compile SDK. Test with API 37.0.
  • a917366 Build tools 37.0.0 (#475)
  • ae2c4d7 Add FreeOrion to the list (#470)
  • See full diff in compare view

Updates dart-lang/setup-dart from 1.7.2 to 1.8.0

Release notes

Sourced from dart-lang/setup-dart's releases.

v1.8.0

  • Add a problem matcher for dart analyze to automatically create inline annotations on GitHub pull requests.
  • Update publish.yml reusable workflow to reference setup-dart@v1.7.2 (running on Node 24) (#188[]).
  • Update GitHub Action dependencies (actions/checkout v7).
  • Bump undici to 6.27.0 and update npm dependencies.

#188: dart-lang/setup-dart#188

Changelog

Sourced from dart-lang/setup-dart's changelog.

v1.8.0

  • Add a problem matcher for dart analyze to automatically create inline annotations on GitHub pull requests.
  • Update publish.yml reusable workflow to reference setup-dart@v1.7.2 (running on Node 24) (#188[]).
  • Update GitHub Action dependencies (actions/checkout v7).
  • Bump undici to 6.27.0 and update npm dependencies.

#188: dart-lang/setup-dart#188

v1.7.2

  • Update Node.js requirement to Node 24.
  • Fix open Dependabot alerts by bumping undici to >=6.24.0.
  • Update GitHub Action dependencies (@actions/core, @actions/exec, @actions/tool-cache, @actions/http-client).
  • Update workflow actions to their latest versions (actions/checkout v6, setup-flutter).

v1.7.1

  • Roll undici dependency to address CVE-2025-22150.
  • Update to the latest npm dependencies.
  • Recompile the action using the new Dart / JavaScript interop.

v1.7.0

v1.6.5

  • Fix zip path handling on Windows 11 (#118[])

#118: dart-lang/setup-dart#118

v1.6.4

  • Rebuild JS code.

v1.6.3

v1.6.2

... (truncated)

Commits
  • 7654d45 chore: prepare v1.8.0 release (#188) (#189)
  • 43c102f Bump actions/checkout from 6 to 7 in the github-actions group (#184)
  • 10b57ef Bump the npm-dependencies group across 1 directory with 2 updates (#179)
  • a73965b Bump undici from 6.24.1 to 6.27.0 (#182)
  • 2bd1170 Fix failure of new matcher (#180)
  • 23b5a66 feat: add problem matcher for dart analyze and integration tests (#178)
  • cb71272 Bump the github-actions group with 2 updates (#177)
  • See full diff in compare view

Updates actions/cache from 5.0.5 to 6.1.0

Release notes

Sourced from actions/cache's releases.

v6.1.0

What's Changed

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

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

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 dart-lang/ecosystem/.github/workflows/health.yaml from ed9c592c1d35106c0a8a52044426515017a60646 to cda8bd535dfbcff45010bc3c843d325682f944b2

Commits
  • cda8bd5 Grant required permissions in want_lgtm_internal and canary_internal workflow...
  • See full diff in compare view

Updates actions/stale from 10.3.0 to 11.0.0

Release notes

Sourced from actions/stale's releases.

v11.0.0

What's Changed

Enhancement

Dependency Update

Full Changelog: actions/stale@v10...v11.0.0

v10.4.0

What's Changed

Bug Fix

Dependency Updates

New Contributors

Full Changelog: actions/stale@v10.3.0...v10.4.0

Commits
  • 4391f3d Fix 24 high severity vulnerabilities by overriding brace-expansion to 5.0.8 (...
  • eaf9131 refactor: update imports to use ES module syntax and improve test structure (...
  • 1e223db Bump undici to 6.27.0 via override, clean up stale license files, and version...
  • 9461cb1 fix: only-issue-types does not affect PRs (#1338)
  • See full diff in compare view

Updates dart-lang/ecosystem/.github/workflows/post_summaries.yaml from ed9c592c1d35106c0a8a52044426515017a60646 to cda8bd535dfbcff45010bc3c843d325682f944b2

Commits
  • cda8bd5 Grant required permissions in want_lgtm_internal and canary_internal workflow...
  • See full diff in compare view

Updates dart-lang/ecosystem/.github/workflows/publish.yaml from ed9c592c1d35106c0a8a52044426515017a60646 to cda8bd535dfbcff45010bc3c843d325682f944b2

Commits
  • cda8bd5 Grant required permissions in want_lgtm_internal and canary_internal workflow...
  • See full diff in compare view

Updates actions/labeler from 6.1.0 to 7.0.0

Release notes

Sourced from actions/labeler's releases.

v7.0.0

What's Changed

Enhancements:

Full Changelog: actions/labeler@v6...v7.0.0

v6.2.0

What's Changed

Bug Fix

Dependency Updates

Full Changelog: actions/labeler@v6.1.0...v6.2.0

Commits
  • bf12e9b feat: migrate to ESM and update dependencies (#949)
  • b8dd2d9 Bump @​typescript-eslint/eslint-plugin from 8.59.1 to 8.61.1 (#942)
  • 53affe8 Bump js-yaml to 4.2.0, apply npm audit fix, and add undici override for 0 vul...
  • f612d9a Fix: Improve PR number validation and warning messages in input handling (#939)
  • See full diff in compare view

@github-actions github-actions Bot added the type-infra A repository infrastructure change or enhancement label Aug 18, 2026
@auto-submit auto-submit Bot removed the autosubmit label Aug 18, 2026
@auto-submit

auto-submit Bot commented Aug 18, 2026

Copy link
Copy Markdown

autosubmit label was removed for dart-lang/http/1976, because - The status or check suite Format & Analyze has failed. Please fix the issues identified (or deflake) before re-applying this label.

  • The status or check suite jnigen has failed. Please fix the issues identified (or deflake) before re-applying this label.

@github-actions

github-actions Bot commented Aug 18, 2026

Copy link
Copy Markdown

PR Health

Unused Dependencies ⚠️
Package Status
cronet_http
❗ Show Issues
These packages are used outside lib/ but are not dev_dependencies:
* flutter_test
* http_client_conformance_tests
* http_image_provider
* integration_test
* provider
* test
These packages are only used outside lib/ and should be downgraded to dev_dependencies:
* flutter
These packages may be unused, or you may be using assets from these packages:
* dart_flutter_team_lints
* yaml_edit
Failed to update packages.
cupertino_http
❗ Show Issues
These packages are used outside lib/ but are not dev_dependencies:
* flutter
* integration_test
These packages are only used outside lib/ and should be downgraded to dev_dependencies:
* code_assets
* hooks
* logging
* native_toolchain_c
These packages may be unused, or you may be using assets from these packages:
* dart_flutter_team_lints
Failed to update packages.
http
❗ Show Issues
These packages may be unused, or you may be using assets from these packages:
* dart_flutter_team_lints
* shelf
http2 ✔️ All dependencies utilized correctly.
http_multi_server ✔️ All dependencies utilized correctly.
http_parser ✔️ All dependencies utilized correctly.
http_profile
❗ Show Issues
These packages may be unused, or you may be using assets from these packages:
* dart_flutter_team_lints
ok_http
❗ Show Issues
These packages are used outside lib/ but are not dev_dependencies:
* flutter_test
* http_client_conformance_tests
* http_image_provider
* integration_test
* provider
* test
* web_socket_conformance_tests
These packages may be unused, or you may be using assets from these packages:
* dart_flutter_team_lints
* plugin_platform_interface
Failed to update packages.
web_socket
❗ Show Issues
These packages may be unused, or you may be using assets from these packages:
* dart_flutter_team_lints
web_socket_channel ✔️ All dependencies utilized correctly.

For details on how to fix these, see dependency_validator.

This check can be disabled by tagging the PR with skip-unused-dependencies-check.

Breaking changes ✔️
Package Change Current Version New Version Needed Version Looking good?
http_multi_server None 3.2.2 3.2.2 3.2.2 ✔️
http_parser None 4.1.2 4.1.3-wip 4.1.3-wip ✔️
http2 Non-Breaking 2.3.1 3.0.1-wip 3.0.1-wip ✔️
http_profile None 0.1.0 0.1.1-wip 0.1.1-wip ✔️
cronet_http Non-Breaking 1.9.0 1.10.0-wip 1.10.0-wip ✔️
web_socket_channel None 3.0.3 3.0.4-wip 3.0.4-wip ✔️
http Non-Breaking 1.6.0 1.7.0-wip 1.7.0-wip ✔️
web_socket None 1.0.1 1.0.1 1.0.1 ✔️
cupertino_http None 3.0.2 3.0.2 3.0.2 ✔️
ok_http Non-Breaking 0.1.0 0.1.1-wip 0.1.1-wip ✔️

This check can be disabled by tagging the PR with skip-breaking-check.

API leaks ⚠️

The following packages contain symbols visible in the public API, but not exported by the library. Export these symbols or remove them from your publicly visible API.

Package Leaked API symbol Leaking sources
http RequestCredentials browser_client.dart::BrowserClient::new::requestCredentials
browser_client.dart::RequestCredentials::omit
browser_client.dart::RequestCredentials::sameOrigin
browser_client.dart::RequestCredentials::include
browser_client.dart::RequestCredentials::values
ok_http $Call$Factory jni/bindings.dart::Call$Factory::implementIn::$impl
jni/bindings.dart::Call$Factory::implement::$impl
ok_http $Call jni/bindings.dart::Call::implementIn::$impl
jni/bindings.dart::Call::implement::$impl
ok_http $Callback jni/bindings.dart::Callback::implementIn::$impl
jni/bindings.dart::Callback::implement::$impl
ok_http $ExecutorService jni/bindings.dart::ExecutorService::implementIn::$impl
jni/bindings.dart::ExecutorService::implement::$impl
ok_http $RedirectReceivedCallback jni/bindings.dart::RedirectReceivedCallback::implementIn::$impl
jni/bindings.dart::RedirectReceivedCallback::implement::$impl
ok_http $DataCallback jni/bindings.dart::DataCallback::implementIn::$impl
jni/bindings.dart::DataCallback::implement::$impl
ok_http $WebSocket$Factory jni/bindings.dart::WebSocket$Factory::implementIn::$impl
jni/bindings.dart::WebSocket$Factory::implement::$impl
ok_http $WebSocket jni/bindings.dart::WebSocket::implementIn::$impl
jni/bindings.dart::WebSocket::implement::$impl
ok_http $WebSocketListenerProxy$WebSocketListener jni/bindings.dart::WebSocketListenerProxy$WebSocketListener::implementIn::$impl
jni/bindings.dart::WebSocketListenerProxy$WebSocketListener::implement::$impl
ok_http $PrivateKey jni/bindings.dart::PrivateKey::implementIn::$impl
jni/bindings.dart::PrivateKey::implement::$impl
ok_http $X509TrustManager jni/bindings.dart::X509TrustManager::implementIn::$impl
jni/bindings.dart::X509TrustManager::implement::$impl
ok_http $TrustManager jni/bindings.dart::TrustManager::implementIn::$impl
jni/bindings.dart::TrustManager::implement::$impl
ok_http $KeyStore$ProtectionParameter jni/bindings.dart::KeyStore$ProtectionParameter::implementIn::$impl
jni/bindings.dart::KeyStore$ProtectionParameter::implement::$impl
ok_http $KeyStore$LoadStoreParameter jni/bindings.dart::KeyStore$LoadStoreParameter::implementIn::$impl
jni/bindings.dart::KeyStore$LoadStoreParameter::implement::$impl
ok_http $KeyStore$Entry$Attribute jni/bindings.dart::KeyStore$Entry$Attribute::implementIn::$impl
jni/bindings.dart::KeyStore$Entry$Attribute::implement::$impl
ok_http $KeyStore$Entry jni/bindings.dart::KeyStore$Entry::implementIn::$impl
jni/bindings.dart::KeyStore$Entry::implement::$impl
ok_http $KeyManager jni/bindings.dart::KeyManager::implementIn::$impl
jni/bindings.dart::KeyManager::implement::$impl
ok_http $X509KeyManager jni/bindings.dart::X509KeyManager::implementIn::$impl
jni/bindings.dart::X509KeyManager::implement::$impl
ok_http $HostnameVerifier jni/bindings.dart::HostnameVerifier::implementIn::$impl
jni/bindings.dart::HostnameVerifier::implement::$impl
ok_http $KeyChainAliasCallback jni/bindings.dart::KeyChainAliasCallback::implementIn::$impl
jni/bindings.dart::KeyChainAliasCallback::implement::$impl
ok_http $Key jni/bindings.dart::Key::implementIn::$impl
jni/bindings.dart::Key::implement::$impl
ok_http $PublicKey jni/bindings.dart::PublicKey::implementIn::$impl
jni/bindings.dart::PublicKey::implement::$impl
ok_http $Enumeration jni/bindings.dart::Enumeration::implementIn::$impl
jni/bindings.dart::Enumeration::implement::$impl

This check can be disabled by tagging the PR with skip-leaking-check.

Changelog Entry ✔️
Package Changed Files

Changes to files need to be accounted for in their respective changelogs.

This check can be disabled by tagging the PR with skip-changelog-check.

License Headers ⚠️
// Copyright (c) 2026, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
Files
pkgs/cupertino_http/example/example.dart
pkgs/http/example/main.dart
pkgs/http_multi_server/test/cert.dart

All source files should start with a license header.

This check can be disabled by tagging the PR with skip-license-check.

Coverage ⚠️
File Coverage
pkgs/cronet_http/example/integration_test/client_profile_test.dart 💔 Not covered
pkgs/cronet_http/example/integration_test/client_test.dart 💔 Not covered
pkgs/cronet_http/example/integration_test/cronet_engine_test.dart 💔 Not covered
pkgs/cronet_http/example/lib/book.dart 💔 Not covered
pkgs/cronet_http/example/lib/main.dart 💔 Not covered
pkgs/cronet_http/lib/cronet_http.dart 💔 Not covered
pkgs/cronet_http/lib/src/cronet_client.dart 💔 Not covered
pkgs/cronet_http/lib/src/jni/jni_bindings.dart 💔 Not covered
pkgs/cupertino_http/example/example.dart 💔 Not covered
pkgs/cupertino_http/hook/build.dart 💔 Not covered
pkgs/cupertino_http/ios_test/integration_test/combined_test.dart 💔 Not covered
pkgs/cupertino_http/ios_test/lib/main.dart 💔 Not covered
pkgs/cupertino_http/lib/cupertino_http.dart 💔 Not covered
pkgs/cupertino_http/lib/src/cupertino_api.dart 💚 4 %
pkgs/cupertino_http/lib/src/cupertino_client.dart 💚 1 %
pkgs/cupertino_http/lib/src/cupertino_web_socket.dart 💔 0 % ⬇️ NaN %
pkgs/cupertino_http/lib/src/native_cupertino_bindings.dart 💚 0 %
pkgs/http/example/main.dart 💔 Not covered
pkgs/http/example/retry.dart 💔 Not covered
pkgs/http/lib/browser_client.dart 💔 Not covered
pkgs/http/lib/http.dart 💚 100 %
pkgs/http/lib/io_client.dart 💔 Not covered
pkgs/http/lib/retry.dart 💚 93 %
pkgs/http/lib/src/abortable.dart 💚 100 %
pkgs/http/lib/src/base_client.dart 💚 97 %
pkgs/http/lib/src/base_request.dart 💚 88 %
pkgs/http/lib/src/base_response.dart 💚 87 %
pkgs/http/lib/src/boundary_characters.dart 💔 Not covered
pkgs/http/lib/src/browser_client.dart 💔 Not covered
pkgs/http/lib/src/byte_stream.dart 💚 87 %
pkgs/http/lib/src/client.dart 💚 100 %
pkgs/http/lib/src/client_stub.dart 💔 Not covered
pkgs/http/lib/src/exception.dart 💚 20 %
pkgs/http/lib/src/io_client.dart 💚 89 %
pkgs/http/lib/src/io_streamed_response.dart 💚 100 %
pkgs/http/lib/src/mock_client.dart 💚 100 %
pkgs/http/lib/src/multipart_file.dart 💚 95 %
pkgs/http/lib/src/multipart_file_io.dart 💚 100 %
pkgs/http/lib/src/multipart_file_stub.dart 💔 Not covered
pkgs/http/lib/src/multipart_request.dart 💚 93 %
pkgs/http/lib/src/request.dart 💚 98 %
pkgs/http/lib/src/response.dart 💚 100 %
pkgs/http/lib/src/streamed_request.dart 💚 100 %
pkgs/http/lib/src/streamed_response.dart 💚 100 %
pkgs/http/lib/src/utils.dart 💚 96 %
pkgs/http/lib/testing.dart 💔 Not covered
pkgs/http2/example/display_headers.dart 💔 Not covered
pkgs/http2/lib/http2.dart 💔 Not covered
pkgs/http2/lib/multiprotocol_server.dart 💚 90 %
pkgs/http2/lib/src/artificial_server_socket.dart 💚 50 %
pkgs/http2/lib/src/async_utils/async_utils.dart 💚 100 %
pkgs/http2/lib/src/byte_utils.dart 💚 100 %
pkgs/http2/lib/src/connection.dart 💚 83 %
pkgs/http2/lib/src/connection_preface.dart 💚 100 %
pkgs/http2/lib/src/error_handler.dart 💚 98 %
pkgs/http2/lib/src/flowcontrol/connection_queues.dart 💚 93 %
pkgs/http2/lib/src/flowcontrol/queue_messages.dart 💚 42 %
pkgs/http2/lib/src/flowcontrol/stream_queues.dart 💚 88 %
pkgs/http2/lib/src/flowcontrol/window.dart 💚 100 %
pkgs/http2/lib/src/flowcontrol/window_handler.dart 💚 100 %
pkgs/http2/lib/src/frames/frame_defragmenter.dart 💚 100 %
pkgs/http2/lib/src/frames/frame_reader.dart 💚 90 %
pkgs/http2/lib/src/frames/frame_types.dart 💚 57 %
pkgs/http2/lib/src/frames/frame_utils.dart 💚 100 %
pkgs/http2/lib/src/frames/frame_writer.dart 💚 86 %
pkgs/http2/lib/src/frames/frames.dart 💔 Not covered
pkgs/http2/lib/src/hpack/hpack.dart 💚 95 %
pkgs/http2/lib/src/hpack/huffman.dart 💚 95 %
pkgs/http2/lib/src/hpack/huffman_table.dart 💚 100 %
pkgs/http2/lib/src/ping/ping_handler.dart 💚 100 %
pkgs/http2/lib/src/settings/settings.dart 💚 94 %
pkgs/http2/lib/src/streams/stream_handler.dart 💚 91 %
pkgs/http2/lib/src/sync_errors.dart 💚 74 %
pkgs/http2/lib/transport.dart 💚 82 %
pkgs/http2/manual_test/out_of_stream_ids_test.dart 💔 Not covered
pkgs/http_multi_server/example/main.dart 💔 Not covered
pkgs/http_multi_server/lib/http_multi_server.dart 💚 65 %
pkgs/http_multi_server/lib/src/multi_headers.dart 💚 6 %
pkgs/http_multi_server/lib/src/utils.dart 💚 80 %
pkgs/http_parser/example/example.dart 💔 Not covered
pkgs/http_parser/lib/http_parser.dart 💔 Not covered
pkgs/http_parser/lib/src/authentication_challenge.dart 💚 100 %
pkgs/http_parser/lib/src/case_insensitive_map.dart 💚 100 %
pkgs/http_parser/lib/src/chunked_coding.dart 💚 100 %
pkgs/http_parser/lib/src/chunked_coding/charcodes.dart 💔 Not covered
pkgs/http_parser/lib/src/chunked_coding/decoder.dart 💚 94 %
pkgs/http_parser/lib/src/chunked_coding/encoder.dart 💚 100 %
pkgs/http_parser/lib/src/http_date.dart 💚 100 %
pkgs/http_parser/lib/src/media_type.dart 💚 98 %
pkgs/http_parser/lib/src/scan.dart 💚 100 %
pkgs/http_parser/lib/src/utils.dart 💚 100 %
pkgs/http_profile/lib/http_profile.dart 💔 Not covered
pkgs/http_profile/lib/src/http_client_request_profile.dart 💚 98 %
pkgs/http_profile/lib/src/http_profile.dart 💔 Not covered
pkgs/http_profile/lib/src/http_profile_request_data.dart 💚 100 %
pkgs/http_profile/lib/src/http_profile_response_data.dart 💚 96 %
pkgs/http_profile/lib/src/utils.dart 💚 100 %
pkgs/ok_http/example/integration_test/certificate_test.dart 💔 Not covered
pkgs/ok_http/example/integration_test/client_configuration_test.dart 💔 Not covered
pkgs/ok_http/example/integration_test/client_profile_test.dart 💔 Not covered
pkgs/ok_http/example/integration_test/client_test.dart 💔 Not covered
pkgs/ok_http/example/integration_test/web_socket_test.dart 💔 Not covered
pkgs/ok_http/example/lib/book.dart 💔 Not covered
pkgs/ok_http/example/lib/main.dart 💔 Not covered
pkgs/ok_http/lib/ok_http.dart 💔 Not covered
pkgs/ok_http/lib/src/jni/bindings.dart 💔 Not covered
pkgs/ok_http/lib/src/ok_http_client.dart 💔 Not covered
pkgs/ok_http/lib/src/ok_http_web_socket.dart 💔 Not covered
pkgs/web_socket/example/web_socket_example.dart 💔 Not covered
pkgs/web_socket/lib/browser_web_socket.dart 💔 Not covered
pkgs/web_socket/lib/io_web_socket.dart 💔 Not covered
pkgs/web_socket/lib/src/browser_web_socket.dart 💔 Not covered
pkgs/web_socket/lib/src/connect_stub.dart 💔 Not covered
pkgs/web_socket/lib/src/fake_web_socket.dart 💚 100 %
pkgs/web_socket/lib/src/io_web_socket.dart 💚 85 %
pkgs/web_socket/lib/src/utils.dart 💚 100 %
pkgs/web_socket/lib/src/web_socket.dart 💚 68 %
pkgs/web_socket/lib/testing.dart 💔 Not covered
pkgs/web_socket/lib/web_socket.dart 💔 Not covered
pkgs/web_socket_channel/example/example.dart 💔 Not covered
pkgs/web_socket_channel/lib/adapter_web_socket_channel.dart 💚 96 %
pkgs/web_socket_channel/lib/html.dart 💔 Not covered
pkgs/web_socket_channel/lib/io.dart 💚 100 %
pkgs/web_socket_channel/lib/src/channel.dart 💚 50 %
pkgs/web_socket_channel/lib/src/exception.dart 💚 20 %
pkgs/web_socket_channel/lib/src/sink_completer.dart 💔 Not covered
pkgs/web_socket_channel/lib/status.dart 💔 Not covered
pkgs/web_socket_channel/lib/web_socket_channel.dart 💔 Not covered

This check for test coverage is informational (issues shown here will not fail the PR).

This check can be disabled by tagging the PR with skip-coverage-check.

… updates

Bumps the github-actions group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `6.0.2` | `7.0.1` |
| [actions/setup-java](https://github.com/actions/setup-java) | `5.2.0` | `5.7.0` |
| [reactivecircus/android-emulator-runner](https://github.com/reactivecircus/android-emulator-runner) | `2.37.0` | `2.38.0` |
| [dart-lang/setup-dart](https://github.com/dart-lang/setup-dart) | `1.7.2` | `1.8.0` |
| [actions/cache](https://github.com/actions/cache) | `5.0.5` | `6.1.0` |
| [dart-lang/ecosystem/.github/workflows/health.yaml](https://github.com/dart-lang/ecosystem) | `ed9c592c1d35106c0a8a52044426515017a60646` | `cda8bd535dfbcff45010bc3c843d325682f944b2` |
| [actions/stale](https://github.com/actions/stale) | `10.3.0` | `11.0.0` |
| [dart-lang/ecosystem/.github/workflows/post_summaries.yaml](https://github.com/dart-lang/ecosystem) | `ed9c592c1d35106c0a8a52044426515017a60646` | `cda8bd535dfbcff45010bc3c843d325682f944b2` |
| [dart-lang/ecosystem/.github/workflows/publish.yaml](https://github.com/dart-lang/ecosystem) | `ed9c592c1d35106c0a8a52044426515017a60646` | `cda8bd535dfbcff45010bc3c843d325682f944b2` |
| [actions/labeler](https://github.com/actions/labeler) | `6.1.0` | `7.0.0` |



Updates `actions/checkout` from 6.0.2 to 7.0.1
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@de0fac2...3d3c42e)

Updates `actions/setup-java` from 5.2.0 to 5.7.0
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@be666c2...b6effb0)

Updates `reactivecircus/android-emulator-runner` from 2.37.0 to 2.38.0
- [Release notes](https://github.com/reactivecircus/android-emulator-runner/releases)
- [Changelog](https://github.com/ReactiveCircus/android-emulator-runner/blob/main/CHANGELOG.md)
- [Commits](ReactiveCircus/android-emulator-runner@e89f39f...a421e43)

Updates `dart-lang/setup-dart` from 1.7.2 to 1.8.0
- [Release notes](https://github.com/dart-lang/setup-dart/releases)
- [Changelog](https://github.com/dart-lang/setup-dart/blob/main/CHANGELOG.md)
- [Commits](dart-lang/setup-dart@65eb853...7654d45)

Updates `actions/cache` from 5.0.5 to 6.1.0
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@27d5ce7...55cc834)

Updates `dart-lang/ecosystem/.github/workflows/health.yaml` from ed9c592c1d35106c0a8a52044426515017a60646 to cda8bd535dfbcff45010bc3c843d325682f944b2
- [Release notes](https://github.com/dart-lang/ecosystem/releases)
- [Commits](dart-lang/ecosystem@ed9c592...cda8bd5)

Updates `actions/stale` from 10.3.0 to 11.0.0
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](actions/stale@eb5cf3a...4391f3d)

Updates `dart-lang/ecosystem/.github/workflows/post_summaries.yaml` from ed9c592c1d35106c0a8a52044426515017a60646 to cda8bd535dfbcff45010bc3c843d325682f944b2
- [Release notes](https://github.com/dart-lang/ecosystem/releases)
- [Commits](dart-lang/ecosystem@ed9c592...cda8bd5)

Updates `dart-lang/ecosystem/.github/workflows/publish.yaml` from ed9c592c1d35106c0a8a52044426515017a60646 to cda8bd535dfbcff45010bc3c843d325682f944b2
- [Release notes](https://github.com/dart-lang/ecosystem/releases)
- [Commits](dart-lang/ecosystem@ed9c592...cda8bd5)

Updates `actions/labeler` from 6.1.0 to 7.0.0
- [Release notes](https://github.com/actions/labeler/releases)
- [Commits](actions/labeler@f27b608...bf12e9b)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/checkout
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/labeler
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/setup-java
  dependency-version: 5.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: actions/stale
  dependency-version: 11.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: dart-lang/ecosystem/.github/workflows/health.yaml
  dependency-version: cda8bd535dfbcff45010bc3c843d325682f944b2
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: dart-lang/ecosystem/.github/workflows/post_summaries.yaml
  dependency-version: cda8bd535dfbcff45010bc3c843d325682f944b2
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: dart-lang/ecosystem/.github/workflows/publish.yaml
  dependency-version: cda8bd535dfbcff45010bc3c843d325682f944b2
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: dart-lang/setup-dart
  dependency-version: 1.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: reactivecircus/android-emulator-runner
  dependency-version: 2.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github-actions-4b7b314127 branch from f8d0b02 to d911724 Compare August 20, 2026 01:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-infra A repository infrastructure change or enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant