Skip to content

fix(deps): update all non-major dependencies in .github/workflows/tinygo.yml#1432

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch
Open

fix(deps): update all non-major dependencies in .github/workflows/tinygo.yml#1432
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Sep 11, 2025

This PR contains the following updates:

Package Type Update Change OpenSSF
actions/cache (changelog) action digest a7833576682284 OpenSSF Scorecard
actions/checkout (changelog) action digest 1af3b93de0fac2 OpenSSF Scorecard
actions/setup-go (changelog) action digest 44694674a36011 OpenSSF Scorecard
actions/stale (changelog) action digest 3a9db7eb5d41d4 OpenSSF Scorecard
github.com/bmatcuk/doublestar/v4 require minor v4.9.1v4.10.0 OpenSSF Scorecard
github.com/corazawaf/coraza/v3 require minor v3.3.3v3.6.0 OpenSSF Scorecard
github.com/foxcpp/go-mockdns require minor v1.1.0v1.2.0 OpenSSF Scorecard
github.com/kaptinlin/jsonschema require minor v0.4.6v0.7.7 OpenSSF Scorecard
github.com/magefile/mage require patch v1.17.0v1.17.1 OpenSSF Scorecard
github.com/mccutchen/go-httpbin/v2 require minor v2.18.3v2.21.0 OpenSSF Scorecard
github/codeql-action (changelog) action digest e296a93c10b806 OpenSSF Scorecard
go uses-with minor 1.25.x1.26.x OpenSSF Scorecard

Release Notes

bmatcuk/doublestar (github.com/bmatcuk/doublestar/v4)

v4.10.0: Added WithNoHidden option

Compare Source

Added support for a WithNoHidden option to ignore hidden files in patterns that might unintentionally match them. For example, a .config directory would not be matched by * or recursed into by **, but would be matched by .* or recursed by .config/**.

Thanks to @​lukasngl for the initial PR and idea!

What's Changed

New Contributors

Full Changelog: bmatcuk/doublestar@v4.9.2...v4.10.0

v4.9.2: Fixed Handling of Paths With Meta Chars Using Alts

Compare Source

@​toga4 submitted a PR that fixed a small bug with the way paths were handled when the pattern used {alts}: if some part of the on-disk path that came before the {alt} included meta characters (say, a directory name that included the character ?), these meta characters were not escaped when they were passed back through the globbing routines. This caused doublestar to interpret them as actual meta characters, rather than a fixed-string path as it should have. Nice find, @​toga4 !

What's Changed

  • fix: escape meta characters in paths during brace expansion by @​toga4 in #​108

New Contributors

Full Changelog: bmatcuk/doublestar@v4.9.1...v4.9.2

corazawaf/coraza (github.com/corazawaf/coraza/v3)

v3.6.0

Compare Source

What's Changed

New feature (compilation flag)
Fixes
Others

Full Changelog: v3.5.0...v3.6.0

v3.5.0

Compare Source

What's Changed

Important
New Features
  • feat: add regex support to ctl:ruleRemoveTargetById, ruleRemoveTargetByTag, and ruleRemoveTargetByMsg collection keys by @​Copilot in #​1561
  • feat: implement SecUploadKeepFiles directive by @​fzipi in #​1557
Fixes

Full Changelog: v3.4.0...v3.5.0

v3.4.0

Compare Source

What's Changed

Features

Fixes

Tests

Chores and Other

New Contributors

Full Changelog: v3.3.3...v3.4.0

foxcpp/go-mockdns (github.com/foxcpp/go-mockdns)

v1.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: foxcpp/go-mockdns@v1.1.0...v1.2.0

kaptinlin/jsonschema (github.com/kaptinlin/jsonschema)

v0.7.7

Compare Source

v0.7.6

Compare Source

v0.7.5

Compare Source

v0.7.4

Compare Source

v0.7.3

Compare Source

v0.7.2

Compare Source

v0.7.1

Compare Source

v0.7.0

Compare Source

v0.6.15

Compare Source

v0.6.14

Compare Source

v0.6.13

Compare Source

v0.6.12

Compare Source

v0.6.11

Compare Source

v0.6.10

Compare Source

v0.6.9

Compare Source

v0.6.8

Compare Source

v0.6.7

Compare Source

v0.6.6

Compare Source

v0.6.5

Compare Source

v0.6.4

Compare Source

v0.6.3

Compare Source

v0.6.2

Compare Source

v0.6.1

Compare Source

v0.6.0

Compare Source

v0.5.2

Compare Source

v0.5.1

Compare Source

v0.5.0

Compare Source

v0.4.15

Compare Source

v0.4.14

Compare Source

v0.4.13

Compare Source

v0.4.12

Compare Source

v0.4.11

Compare Source

v0.4.10

Compare Source

v0.4.9

Compare Source

v0.4.8

Compare Source

v0.4.7

Compare Source

magefile/mage (github.com/magefile/mage)

v1.17.1: - Fix for Asset Naming

Compare Source

Changelog

What's Changed

New Contributors

Full Changelog: magefile/mage@v1.17.0...v1.17.1

mccutchen/go-httpbin (github.com/mccutchen/go-httpbin/v2)

v2.21.0

Compare Source

[!WARNING]
Potential Breaking Changes

  • The authorized field was renamed to authenticated in the /basic-auth, /hidden-basic-auth, and /digest-auth endpoints to align with the original httpbin implementation. See #​231 for details.
  • The shape of the /cookies response changed to align with the original httpbin implementation. See #​235 for details.

What's Changed

New Contributors

Full Changelog: mccutchen/go-httpbin@v2.20.0...v2.21.0

v2.20.0

Compare Source

[!WARNING]
Potential Breaking Change

The /bytes and /stream-bytes endpoints now respect the-max-body-size/MAX_BODY_SIZE configuration rather than hard-coding a 100KiB limit. See #​229 for details.

What's Changed

New Contributors

Full Changelog: mccutchen/go-httpbin@v2.19.0...v2.20.0

v2.19.0

Compare Source

[!WARNING]
Potential Breaking Change

Pre-built docker images provided on Docker Hub and GitHub Container Registry now run as non-root by default, which may necessitate additional configuration for deployments that use both privileged ports and host networking. See Configuring non-root docker images in the README and #​224 for more details.

What's Changed

New Contributors

Full Changelog: mccutchen/go-httpbin@v2.18.3...v2.19.0

actions/go-versions (go)

v1.26.1: 1.26.1

Compare Source

Go 1.26.1

v1.26.0: 1.26.0

Compare Source

Go 1.26.0


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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 added dependencies Pull requests that update a dependency file go minor labels Sep 11, 2025
@renovate renovate bot requested a review from a team as a code owner September 11, 2025 01:08
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Sep 11, 2025
@renovate renovate bot enabled auto-merge (squash) September 11, 2025 01:08
renovate-approve[bot]
renovate-approve bot previously approved these changes Sep 11, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Sep 17, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Sep 24, 2025
@renovate renovate bot changed the title fix(deps): update all non-major dependencies in testing/coreruleset/go.mod fix(deps): update all non-major dependencies in .github/workflows/tinygo.yml Sep 24, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d76a36a to d5b609b Compare September 25, 2025 12:40
renovate-approve[bot]
renovate-approve bot previously approved these changes Sep 25, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Sep 26, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Sep 26, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 15, 2026
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 15, 2026
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 17, 2026
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 18, 2026
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 19, 2026
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 19, 2026
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 20, 2026
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 21, 2026
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 21, 2026
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 23, 2026
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 23, 2026
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 24, 2026
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 26, 2026
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 28, 2026
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 28, 2026
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 1, 2026
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 1, 2026
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 2, 2026
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 2, 2026
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 3, 2026
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 3, 2026
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 3, 2026
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 5, 2026
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 5, 2026
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 6, 2026
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 8, 2026
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 9, 2026
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 12, 2026
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Mar 28, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: e44a66b8-2c4c-4ae0-8186-ce472f1dfb1b

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch renovate/all-minor-patch

Comment @coderabbitai help to get the list of available commands and usage tips.

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 digest github-tags

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants