Skip to content

chore(deps): update update github releases (minor) - autoclosed - #1381

Closed
renovate[bot] wants to merge 1 commit into
masterfrom
up-renovate-update-github-releases
Closed

chore(deps): update update github releases (minor) - autoclosed#1381
renovate[bot] wants to merge 1 commit into
masterfrom
up-renovate-update-github-releases

Conversation

@renovate

@renovate renovate Bot commented Jul 20, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
ReactiveCircus/android-emulator-runner action minor v2 -> v2.34.0
actions/cache action pinDigest -> 5a3ec84
actions/checkout action pinDigest -> 11bd719
actions/configure-pages action pinDigest -> 983d773
actions/deploy-pages action pinDigest -> d6db901
actions/setup-java action pinDigest -> c5195ef
actions/upload-artifact action pinDigest -> ea165f8
actions/upload-pages-artifact action pinDigest -> 56afc60
advanced-security/filter-sarif action pinDigest -> f3b8118
codecov/codecov-action action minor v5 -> v5.4.3
docker/login-action action minor v3 -> v3.4.0
docker/setup-buildx-action action minor v3 -> v3.11.1
github/codeql-action action pinDigest -> 181d5ee
gradle/actions action minor v4 -> v4.4.1
mattnotmitt/doxygen-action action minor v1 -> v1.12
mikepenz/action-junit-report action minor v5 -> v5.6.2

Release Notes

ReactiveCircus/android-emulator-runner (ReactiveCircus/android-emulator-runner)

v2.34.0

Compare Source

  • 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

Compare Source

  • 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

Compare Source

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

v2.31.0

Compare Source

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

v2.30.1

Compare Source

v2.30.0

Compare Source

v2.29.0

Compare Source

  • Fixed emulator download URL. - #​343
  • Upgrade to latest npm dependencies. - #​347 #​355
  • Update SDK command-line tools to 11.0. - #​356
  • Update SDK build tools to 34.0.0. - #​356

v2.28.0

Compare Source

  • Add emulator-boot-timeout to support configuring maximum time waiting for emulator boot. - #​326
  • Support non-integer api-level. - #​317
  • Replace deprecated ANDROID_SDK_ROOT with ANDROID_HOME. - 304
  • Update SDK command-line tools to 9.0. - #​331
  • Update SDK build tools to 33.0.2. - #​331

v2.27.0

Compare Source

v2.26.0

Compare Source

v2.25.0

Compare Source

  • Auto detect hardware acceleration on Linux. - #​254 @​notbigdata.
  • Update build tools to 33.0.0.
  • Update SDK command-line tools to 7.0.

v2.24.0

Compare Source

v2.23.0

Compare Source

v2.22.0

Compare Source

v2.21.0

Compare Source

  • Support new ATD targets optimized to reduce CPU and memory resources when running instrumented tests: aosp_atd, google_atd. - #​198. Note that currently these targets require the following:
    • api-level: 30
    • arch: x86 or arch: arm64-v8a
    • channel: canary

v2.20.0

Compare Source

  • Support non-mobile targets: android-wear, android-wear-cn, android-tv and google-tv. - #​180 @​alexvanyo.
  • Update SDK command-line tools to 5.0. - #​174
  • Update build tools to 31.0.0. - #​174
  • Add option to specify the channel to download SDK components from: stable (default), beta, dev and canary. - #​185

v2.19.1

Compare Source

v2.19.0

Compare Source

  • Add option to specify ram-size for the AVD. - #​165.

v2.18.1

Compare Source

  • Added support for setting modern emulator build ids for emulator-build. Not all build ids are supported until we are able to figure out at which build id the download URL pattern changed. 7425822 (version 30.7.3) is currently the last known working build id.

v2.18.0

Compare Source

  • Add force-avd-creation which when set to false will skip avd creation if avd with same name exists. This enables AVD snapshot caching which can significantly reduce emulator startup time. See README.md for a sample workflow. - #​159

v2.17.0

Compare Source

v2.16.0

Compare Source

v2.15.0

Compare Source

  • Added support for specifying the number of cores to use for the emulator - #​130.

v2.14.3

Compare Source

  • Support macos-11.0 (Big Sur) runner - #​124.

v2.14.2

Compare Source

  • Support API 28 system images with google_apis or google_apis_playstore target - #​117.

v2.14.1

Compare Source

  • Fix hang during AVD creation when profile is not specified - #​113.

v2.14.0

Compare Source

  • Support specifying SD card path or size via sdcard-path-or-size.
  • Update npm packages.
  • Remove usages of deprecated $ANDROID_HOME.

v2.13.0

Compare Source

  • Updated to SDK command-line tools 3.0.

v2.12.0

Compare Source

Added support for using the playstore system images:

- name: run tests
  uses: reactivecircus/android-emulator-runner@v2
  with:
    api-level: 30
    target: playstore
    arch: x86
    script: ./gradlew connectedCheck

v2.11.1

Compare Source

v2.11.0

Compare Source

  • Support running multiple instances of the action sequentially in a single job - #​73.

v2.10.0

Compare Source

  • Support Android 11 (API 30) system images.
  • Bump build tools to 30.0.0.

v2.9.0

Compare Source

  • Updated to SDK command-line tools 2.0.

v2.8.0

Compare Source

  • Added support for specifying a custom name used for creating the AVD - #​59.

v2.7.0

Compare Source

  • Added support for specifying versions of NDK and CMake to install.

v2.6.2

Compare Source

  • Fixed an issue where the Linux command-line tools binary is used for macos.

v2.6.1

Compare Source

  • Fixed SDK license issue on Linux when downloading API 28+ system images - #​42.

v2.6.0

Compare Source

  • Added support for Linux VMs (no hardware acceleration) - #​15.

v2.5.0

Compare Source

  • Added support for API 15-19 system images - #​26.
  • Switched to the new SDK command-line tools which supports running sdkmanager and avdmanager with Java 9+ - #​25.

v2.4.0

Compare Source

  • Added support for setting custom working-directory - e.g. ./android if your root Gradle project is under the ./android sub-directory within your repository - #​22.

v2.3.2

Compare Source

  • Fixed an issue where environment variables are escaped in script - #​19.

v2.3.1

Compare Source

  • Bumped Android Build tools to 29.0.3.

v2.3.0

Compare Source

  • Added support for running the action with Java 9+ by forcing SDK manager and AVD manager to use Java 8.

v2.2.0

Compare Source

  • Fixed an issue where emulator is killed prematurely.
  • Added -gpu swiftshader_indirect to default launch-options.
  • Added support for pinning a specific emulator-build - e.g. 6061023 for emulator v29.3.0.0.

v2.1.0

Compare Source

  • Added support for multi-line script.
codecov/codecov-action (codecov/codecov-action)

v5.4.3

Compare Source

What's Changed

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

v5.4.2

Compare Source

What's Changed

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

v5.4.1

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.0..v5.4.1

v5.4.0

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.3.1..v5.4.0

v5.3.1

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.3.0..v5.3.1

v5.3.0

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.2.0..v5.3.0

v5.2.0

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.1.2..v5.2.0

v5.1.2

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.1.1..v5.1.2

v5.1.1

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.1.0..v5.1.1

v5.1.0

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.7..v5.1.0

v5.0.7

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.6..v5.0.7

v5.0.6

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.5..v5.0.6

v5.0.5

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.4..v5.0.5

v5.0.4

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.3..v5.0.4

v5.0.3

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.2..v5.0.3

v5.0.2

Compare Source

What's Changed

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

v5.0.1

Compare Source

What's Changed

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

docker/login-action (docker/login-action)

v3.4.0

Compare Source

Full Changelog: docker/login-action@v3.3.0...v3.4.0

v3.3.0

Compare Source

Full Changelog: docker/login-action@v3.2.0...v3.3.0

v3.2.0

Compare Source

Full Changelog: docker/login-action@v3.1.0...v3.2.0

v3.1.0

Compare Source

Full Changelog: docker/login-action@v3.0.0...v3.1.0

docker/setup-buildx-action (docker/setup-buildx-action)

v3.11.1

Compare Source

Full Changelog: docker/setup-buildx-action@v3.11.0...v3.11.1

v3.11.0

Compare Source

Full Changelog: docker/setup-buildx-action@v3.10.0...v3.11.0

v3.10.0

Compare Source

Full Changelog: docker/setup-buildx-action@v3.9.0...v3.10.0

v3.9.0

Compare Source

Full Changelog: docker/setup-buildx-action@v3.8.0...v3.9.0

v3.8.0

Compare Source

Full Changelog: docker/setup-buildx-action@v3.7.1...v3.8.0

v3.7.1

Compare Source

Full Changelog: docker/setup-buildx-action@v3.7.0...v3.7.1

v3.7.0

Compare Source

Full Changelog: docker/setup-buildx-action@v3.6.1...v3.7.0

v3.6.1

Compare Source

Full Changelog: docker/setup-buildx-action@v3.6.0...v3.6.1

v3.6.0

Compare Source

Full Changelog: docker/setup-buildx-action@v3.5.0...v3.6.0

v3.5.0

Compare Source

Full Changelog: docker/setup-buildx-action@v3.4.0...v3.5.0

v3.4.0

Compare Source

Full Changelog: docker/setup-buildx-action@v3.3.0...v3.4.0

v3.3.0

Compare Source

Full Changelog: docker/setup-buildx-action@v3.2.0...v3.3.0

v3.2.0

Compare Source

[!NOTE]
config and config-inline input names are deprecated and will be removed in next major release.

Full Changelog: docker/setup-buildx-action@v3.1.0...v3.2.0

[v3.1.0](htt


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the up-renovate-update-github-releases branch 2 times, most recently from e1d68b7 to 77258ef Compare July 20, 2025 09:41
@renovate
renovate Bot force-pushed the up-renovate-update-github-releases branch from 77258ef to 414c39f Compare July 20, 2025 09:52
@renovate renovate Bot changed the title chore(deps): update update github releases (minor) chore(deps): update update github releases (minor) - autoclosed Jul 20, 2025
@renovate renovate Bot closed this Jul 20, 2025
@renovate
renovate Bot deleted the up-renovate-update-github-releases branch July 20, 2025 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants