Skip to content

Update typst-community/setup-typst action to v5#110

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/typst-community-setup-typst-5.x
Open

Update typst-community/setup-typst action to v5#110
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/typst-community-setup-typst-5.x

Conversation

@renovate

@renovate renovate Bot commented Mar 16, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
typst-community/setup-typst action major v4v5

Release Notes

typst-community/setup-typst (typst-community/setup-typst)

v5.1.0

Compare Source

What's Changed

  • Feature: Added support for multiple formats including YAML and TOML when installing multiple Typst versions. #​63
    🚨 Breaking Change: The existing typst-versions-map input will be deprecated in a future major release. You can now use typst-versions-json: directly as a replacement for typst-versions-map:.
  • Bug: zip-packages now uses the latest version of installed Typst to download packages. #​63
    No error will occur when zip-packages is set with a non-typst executable name.
  • [Documentation] #​63
    • Updated README.md.
    • Removed Simplified Chinese README due to maintenance considerations.
  • [Security]
    1. Updated indirect dependency fast-xml-parser from 5.5.5 to 5.5.8 to address security issues. #​62
      • Note: fast-xml-parser is now a direct dependency to support XML parsing when installing multiple Typst versions. #​63
    2. Updated the newly added direct dependency smol-toml. #​65
    3. Updated indirect dependency brace-expansion for additional security improvements. #​66

Full Changelog: typst-community/setup-typst@v5.0.0...v5.1.0

v5.1

Compare Source

v5.0.0

Compare Source

🎉 Typst GitHub Action v5.0 – One Action, Many Typst Versions!

Welcome to v5.0 — a bold new chapter in our quest to make Typst installation smoother than freshly brewed coffee ☕ (and just as energizing). This release packs breaking changes, exciting new features, and some behind-the-scenes polish that’ll make your workflows shine.

⚠️ Breaking Changes – Out with the Old!

We’ve streamlined things a bit, so please check these before upgrading:

  1. Node.js Runtime Upgrade:
    The action now runs on node24 (runs.using: node24). Time to leave older Node versions in the dust!
  2. Goodbye, local-packages! 👋
    The deprecated local-packages input has officially retired. Please use zip-packages instead—it works exactly the same, just with a snazzier name. No other migration steps needed!
  3. No More Outputs:
    This action no longer emits any outputs—not even typst-version or cache-hit. With the shift to multi-version support via typst-versions-map, outputs became ambiguous and were removed.
🚀 New Feature: Install Multiple Typst Versions at Once!

Introducing the new input typst-versions-map — a flexible way to install several Typst versions simultaneously. See README for more.

# Example
- uses: typst-community/setup-typst@v5
  with:
    typst-versions-map: |
      {
        "typst-latest": {"version": "latest"},
        "typst-013": {
          "version": "v0.13",
          "allowPrerelease": true
        }
      }
🔧 Under the Hood & Docs
  • Updated dependencies to play nice with Node 24 and squash pesky security alerts.
  • Codebase got a spring cleaning: better structure, clearer comments, and fewer "wait, what does this do?" moments.
  • Documentation has been updated.

Full Changelog: typst-community/setup-typst@v4.3.1...v5.0.0

Thanks for using our action! Upgrade today and unleash the power of multi-version Typst awesomeness!

v5.0

Compare Source

v5

Compare Source


Configuration

📅 Schedule: (UTC)

  • 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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 changed the title chore(deps): update typst-community/setup-typst action to v5 Update typst-community/setup-typst action to v5 Mar 23, 2026
@renovate
renovate Bot force-pushed the renovate/typst-community-setup-typst-5.x branch from 6974e54 to 46ca574 Compare March 31, 2026 08:03
@renovate
renovate Bot force-pushed the renovate/typst-community-setup-typst-5.x branch from 46ca574 to ac41cba Compare April 13, 2026 01:45
@renovate
renovate Bot force-pushed the renovate/typst-community-setup-typst-5.x branch from ac41cba to d108393 Compare July 13, 2026 17:26
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