Skip to content

chore(deps): bump android-actions/setup-android from 3 to 4#1

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/android-actions/setup-android-4
Open

chore(deps): bump android-actions/setup-android from 3 to 4#1
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/android-actions/setup-android-4

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 5, 2026

Bumps android-actions/setup-android from 3 to 4.

Release notes

Sourced from android-actions/setup-android's releases.

v4.0.0

Hello,

The long awaited update of setup-android.

  • Migrate action to Node24 (by @​TWiStErRob)
  • Add and default to cmdline-tools version 20.0 ( 14742923 )
  • Update CI runners (by @​TWiStErRob)
  • Update README.md (by @​vil02)
  • Update npm dependencies to solve CVE's

Incrementing major version to safeguard incase node upgrade or default cmdline-tools upgrade breaks something downstream.

v3.2.2

Add support for cmdline-tools versions 12, 13, and 16 by @​warting in android-actions/setup-android#493 .

Updated npm dependencies

v3.2.1

Updated dependencies

v3.2.0

Implement 'packages' input argument, which allows choosing which packages to install from Android SDK

v3.1.0

Allow installing different Android SDK versions. Allow silent license agreement.

Commits
  • 40fd30f Update setup-android version in README.md
  • d4e21bf Update dependencies and rebuild
  • b7f140e Bump actions/checkout from 5 to 6
  • 651bceb Migrate from ncc to esbuild
  • 144235e Update actions steps. checkout to v5, node to v6, java to v5, codeql to v4
  • 200c644 Add cmdline-tools version 20.0 ( 14742923 )
  • 715acc5 Remove @​actions/cache dependency
  • 125835f Update (not all) deps, migrate eslint to new format. compile to es2024
  • c4c8fe5 Encourage users to use latest version of actions/setup-java
  • 6a40db5 Migrate from Node 20 to Node 24
  • Additional commits viewable in compare view

@dependabot dependabot Bot added ci CI/CD changes dependencies Dependency updates labels Apr 5, 2026
@dependabot dependabot Bot requested a review from PrometeoDEV as a code owner April 5, 2026 07:22
@dependabot dependabot Bot added ci CI/CD changes dependencies Dependency updates labels Apr 5, 2026
@dependabot dependabot Bot force-pushed the dependabot/github_actions/android-actions/setup-android-4 branch from 717d8bb to bf95f72 Compare April 5, 2026 07:26
@github-actions github-actions Bot added the breaking Breaking changes label Apr 5, 2026
PrometeoDEV added a commit that referenced this pull request Apr 5, 2026
…ridge, Canvas render

Full Sixel inline image support (the #1 community request for 8 years):

Java path (legacy engine):
- SixelParser.java: pure Java DCS payload decoder (RGB/HLS colors, repeat, newline)
- TerminalEmulator: ESC_P_SIXEL state, 4MB buffer, ST termination
- KittyGraphicsManager.addSixelImage(): reuses Kitty rendering pipeline
- 7 unit tests (basic, params, empty, newline, repeat, DECRQSS/termcap guards)

Rust path (Rust engine):
- JNI export parseSixel() in novaterm-bridge
- Converts sixel-image pixels to Android ARGB int array
- NativeTerminal.parseSixel() Kotlin declaration

Pipeline: DCS → detect 'q' → accumulate → ST → SixelParser → Bitmap →
KittyGraphicsManager → TerminalRenderer.renderKittyImages() → Canvas

Security: 4MB max buffer, 4096x4096 max dimensions, 1024 color registers.
CHANGELOG and project status memories updated.

All tests pass (171 Java + 135 Rust).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@dependabot dependabot Bot force-pushed the dependabot/github_actions/android-actions/setup-android-4 branch 5 times, most recently from 661b575 to e3236f1 Compare April 5, 2026 20:29
@PrometeoDEV PrometeoDEV enabled auto-merge (squash) April 5, 2026 21:12
@dependabot dependabot Bot force-pushed the dependabot/github_actions/android-actions/setup-android-4 branch from e3236f1 to 0995e25 Compare April 5, 2026 21:17
Bumps [android-actions/setup-android](https://github.com/android-actions/setup-android) from 3 to 4.
- [Release notes](https://github.com/android-actions/setup-android/releases)
- [Commits](android-actions/setup-android@v3...v4)

---
updated-dependencies:
- dependency-name: android-actions/setup-android
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/github_actions/android-actions/setup-android-4 branch from 0995e25 to d3dc0f2 Compare April 5, 2026 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

breaking Breaking changes ci CI/CD changes dependencies Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants