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
Contributor

@renovate renovate bot commented Sep 11, 2025

This PR contains the following updates:

Package Type Update Change OpenSSF
actions/cache (changelog) action digest a783357cdf6c1f OpenSSF Scorecard
actions/checkout (changelog) action digest 1af3b93de0fac2 OpenSSF Scorecard
actions/setup-go (changelog) action digest 44694677a3fe6c OpenSSF Scorecard
actions/stale (changelog) action digest 3a9db7e9971854 OpenSSF Scorecard
codecov/codecov-action (changelog) action digest 5a10915671740a OpenSSF Scorecard
github.com/bmatcuk/doublestar/v4 require minor v4.9.1v4.10.0 OpenSSF Scorecard
github.com/corazawaf/coraza-coreruleset/v4 require minor v4.20.0v4.23.0 OpenSSF Scorecard
github.com/corazawaf/libinjection-go require patch v0.2.2v0.2.3 OpenSSF Scorecard
github.com/foxcpp/go-mockdns require minor v1.1.0v1.2.0 OpenSSF Scorecard
github.com/jcchavezs/mergefs require patch v0.1.0v0.1.1 OpenSSF Scorecard
github.com/kaptinlin/jsonschema require minor v0.4.6v0.7.1 OpenSSF Scorecard
github.com/mccutchen/go-httpbin/v2 require minor v2.18.3v2.20.0 OpenSSF Scorecard
github/codeql-action (changelog) action digest e296a939e907b5 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-coreruleset (github.com/corazawaf/coraza-coreruleset/v4)

v4.23.0

Compare Source

v4.23.0 ships:

Note that to run the CRS regression tests against this version:

  • An updated version (>=v1.0.0) of go-ftw is needed. See go-ftw releases.
  • Albedo is expected to be the backend server.

Full Changelog: corazawaf/coraza-coreruleset@v4.22.0...v4.23.0

v4.22.0

Compare Source

What's Changed

  • chore(deps): update module github.com/corazawaf/coraza-coreruleset/v4 to v4.21.0 by @​renovate[bot] in #​75
  • renovate: add gomodTidy as postUpdateOptions by @​M4tteoP in #​76
  • chore(deps): update dependency coreruleset/coreruleset to v4.22.0 by @​renovate[bot] in #​78

Full Changelog: corazawaf/coraza-coreruleset@v4.21.0...v4.22.0

v4.21.0

Compare Source

v4.21.0 ships:

Note that to run the CRS regression tests against this version:

  • An updated version (>=v1.0.0) of go-ftw is needed. See go-ftw releases.
  • Albedo is expected to be the backend server.

Full Changelog: corazawaf/coraza-coreruleset@v4.20.0...v4.21.0

corazawaf/libinjection-go (github.com/corazawaf/libinjection-go)

v0.2.3

Compare Source

0.2.3 (2025-11-16)
Bug Fixes
Continuous Integration

What's Changed

  • chore(deps): pin dependencies in .github/workflows/test-coverage.yml by @​renovate[bot] in #​33
  • chore(deps): update github/codeql-action digest to 6624720 in .github/workflows/codeql.yml by @​renovate[bot] in #​34
  • chore(deps): update actions/checkout digest to 11bd719 in .github/workflows/test-coverage.yml by @​renovate[bot] in #​35
  • chore(deps): update all non-major dependencies in .github/workflows/test-coverage.yml by @​renovate[bot] in #​36
  • chore(deps): update github/codeql-action digest to 4f3212b in .github/workflows/codeql.yml by @​renovate[bot] in #​37
  • chore(deps): update github/codeql-action digest to 396bb3e in .github/workflows/codeql.yml by @​renovate[bot] in #​38
  • chore(deps): update github/codeql-action digest to ea9e4e3 in .github/workflows/codeql.yml by @​renovate[bot] in #​39
  • chore(deps): update github/codeql-action digest to f09c1c0 in .github/workflows/codeql.yml by @​renovate[bot] in #​40
  • chore(deps): update github/codeql-action digest to aa57810 in .github/workflows/codeql.yml by @​renovate[bot] in #​41
  • chore(deps): update github/codeql-action digest to babb554 in .github/workflows/codeql.yml by @​renovate[bot] in #​42
  • chore(deps): update actions/setup-go digest to 3041bf5 in .github/workflows/test-coverage.yml by @​renovate[bot] in #​43
  • chore(deps): update github/codeql-action digest to df409f7 in .github/workflows/codeql.yml by @​renovate[bot] in #​44
  • chore(deps): update github/codeql-action digest to 48ab28a in .github/workflows/codeql.yml by @​renovate[bot] in #​45
  • chore(deps): update github/codeql-action digest to b6a472f in .github/workflows/codeql.yml by @​renovate[bot] in #​47
  • chore(deps): update ncipollo/release-action digest to cdcc88a in .github/workflows/release.yml by @​renovate[bot] in #​48
  • chore(deps): update all non-major dependencies in .github/workflows/test-coverage.yml by @​renovate[bot] in #​49
  • chore(deps): update github/codeql-action digest to dd196fa in .github/workflows/codeql.yml by @​renovate[bot] in #​50
  • chore(deps): update github/codeql-action digest to ee117c9 in .github/workflows/codeql.yml by @​renovate[bot] in #​51
  • chore(deps): update github/codeql-action digest to f6091c0 in .github/workflows/codeql.yml by @​renovate[bot] in #​52
  • chore(deps): update github/codeql-action digest to 17a820b in .github/workflows/codeql.yml by @​renovate[bot] in #​53
  • chore(deps): update actions/setup-python digest to 4237552 in .github/workflows/lint.yml by @​renovate[bot] in #​54
  • chore(deps): update github/codeql-action digest to dd74661 in .github/workflows/codeql.yml by @​renovate[bot] in #​55
  • chore(deps): update github/codeql-action digest to 9e8d078 in .github/workflows/codeql.yml by @​renovate[bot] in #​56
  • chore(deps): update github/codeql-action digest to b56ba49 in .github/workflows/codeql.yml by @​renovate[bot] in #​57
  • chore(deps): update ncipollo/release-action digest to 440c8c1 in .github/workflows/release.yml by @​renovate[bot] in #​58
  • chore(deps): update github/codeql-action digest to 6bb031a in .github/workflows/codeql.yml by @​renovate[bot] in #​59
  • chore(deps): update dependency go to 1.24.x in .github/workflows/test-coverage.yml by @​renovate[bot] in #​60
  • chore(deps): update all non-major dependencies in .github/workflows/test-coverage.yml by @​renovate[bot] in #​61
  • chore(deps): update github/codeql-action digest to 1b549b9 in .github/workflows/codeql.yml by @​renovate[bot] in #​62
  • chore(deps): update actions/setup-python digest to 8d9ed9a in .github/workflows/lint.yml by @​renovate[bot] in #​63
  • chore(deps): update actions/checkout action to v5 in .github/workflows/test-coverage.yml by @​renovate[bot] in #​65
  • chore(deps): update all major dependencies to v6 in .github/workflows/test-coverage.yml (major) by @​renovate[bot] in #​66
  • chore(deps): update github/codeql-action action to v4 in .github/workflows/codeql.yml by @​renovate[bot] in #​68
  • chore: update go version by @​fzipi in #​73

Full Changelog: corazawaf/libinjection-go@v0.2.2...v0.2.3

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

jcchavezs/mergefs (github.com/jcchavezs/mergefs)

v0.1.1: Version 0.1.1

Compare Source

What's Changed

New Contributors

Full Changelog: jcchavezs/mergefs@v0.1.0...v0.1.1

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

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

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

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.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 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 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 renovate bot force-pushed the renovate/all-minor-patch branch from fff81bb to d6bdd87 Compare February 13, 2026 22:10
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 13, 2026
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 14, 2026
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 14, 2026
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 14, 2026
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 14, 2026
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 14, 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 15, 2026
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f05af65 to 02205dd Compare February 15, 2026 12:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 02205dd to 25b17ef Compare February 15, 2026 13:54
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