Skip to content

Update cloudflare/wrangler-action action to v3.15.0 - #79

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/cloudflare-wrangler-action-3.x
Open

Update cloudflare/wrangler-action action to v3.15.0#79
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/cloudflare-wrangler-action-3.x

Conversation

@renovate

@renovate renovate Bot commented May 1, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
cloudflare/wrangler-action action minor v3.4.1v3.15.0

Release Notes

cloudflare/wrangler-action (cloudflare/wrangler-action)

v3.15.0

Compare Source

Minor Changes
  • #​426 febbda6 Thanks @​WillTaylorDev! - Support version ranges and tags in wranglerVersion input. You can now set wranglerVersion to values like 4, ^4.0.0, 4.x, or latest instead of only exact versions like 4.81.0.

v3.15

Compare Source

v3.14.1

Compare Source

Patch Changes

v3.14.0

Compare Source

Minor Changes
Patch Changes

v3.14

Compare Source

v3.13.1

Compare Source

Patch Changes

v3.13.0

Compare Source

Minor Changes

v3.13

Compare Source

v3.12.1

Compare Source

Patch Changes

v3.12.0

Compare Source

Minor Changes
  • #​312 122ee5cf5b66847e0b6cfa67ecd9e03e38a67a42 Thanks @​Maximo-Guk! - This reapplies 303 add parity with pages-action for pages deploy outputs. Thanks @​courtney-sims! - Support pages-deployment-id, pages-environment, pages-deployment-alias-url and deployment-url outputs for Pages deploys when wrangler version is >=3.81.0. deployment-alias-url was also deprecated in favour of pages-deployment-alias.

v3.12

Compare Source

v3.11.0

Compare Source

Minor Changes

v3.11

Compare Source

v3.10.0

Compare Source

Minor Changes

v3.10

Compare Source

v3.9.0

Compare Source

Minor Changes
Patch Changes

v3.9

Compare Source

v3.8.0

Compare Source

Minor Changes

v3.8

Compare Source

v3.7.0

Compare Source

Minor Changes

v3.7

Compare Source

v3.6.1

Compare Source

Patch Changes

v3.6.0

Compare Source

Minor Changes

v3.6

Compare Source

v3.5.0

Compare Source

Minor Changes
  • #​255 31a6263ef3ec73ff2d03cb4c0260379f96f7598c Thanks @​matthewdavidrodgers! - Stop racing secret uploads

    For up to date versions of wrangler, secrets are uploaded via the 'secret:bulk' command, which batches updates in a single API call.

    For versions of wrangler without that capability, the action falls back to the single 'secret put' command for each secret. It races all these with a Promise.all()

    Unfortunately, the single secret API cannot handle concurrency - at best, these calls have to wait on one another, holding requests open all the while. Often it times out and errors.

    This fixes the legacy secret upload errors by making these calls serially instead of concurrently.

v3.5

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 Update cloudflare/wrangler-action action to v3.5.0 Update cloudflare/wrangler-action action to v3.6.0 May 23, 2024
@renovate
renovate Bot force-pushed the renovate/cloudflare-wrangler-action-3.x branch from fe42515 to 0ffd191 Compare May 23, 2024 16:08
@renovate renovate Bot changed the title Update cloudflare/wrangler-action action to v3.6.0 Update cloudflare/wrangler-action action to v3.6.1 May 24, 2024
@renovate
renovate Bot force-pushed the renovate/cloudflare-wrangler-action-3.x branch from 0ffd191 to c6f443a Compare May 24, 2024 16:01
@renovate renovate Bot changed the title Update cloudflare/wrangler-action action to v3.6.1 Update cloudflare/wrangler-action action to v3.7.0 Jul 2, 2024
@renovate
renovate Bot force-pushed the renovate/cloudflare-wrangler-action-3.x branch from c6f443a to ae98bf3 Compare July 2, 2024 16:45
@renovate renovate Bot changed the title Update cloudflare/wrangler-action action to v3.7.0 Update cloudflare/wrangler-action action to v3.8.0 Oct 2, 2024
@renovate
renovate Bot force-pushed the renovate/cloudflare-wrangler-action-3.x branch from ae98bf3 to 8044ba3 Compare October 2, 2024 15:33
@renovate renovate Bot changed the title Update cloudflare/wrangler-action action to v3.8.0 Update cloudflare/wrangler-action action to v3.9.0 Oct 8, 2024
@renovate
renovate Bot force-pushed the renovate/cloudflare-wrangler-action-3.x branch from 8044ba3 to 8253e05 Compare October 8, 2024 19:55
@renovate
renovate Bot force-pushed the renovate/cloudflare-wrangler-action-3.x branch from 8253e05 to 5eb7bdb Compare October 23, 2024 22:16
@renovate renovate Bot changed the title Update cloudflare/wrangler-action action to v3.9.0 Update cloudflare/wrangler-action action to v3.10.0 Oct 23, 2024
@renovate renovate Bot changed the title Update cloudflare/wrangler-action action to v3.10.0 Update cloudflare/wrangler-action action to v3.11.0 Oct 24, 2024
@renovate
renovate Bot force-pushed the renovate/cloudflare-wrangler-action-3.x branch from 5eb7bdb to 39dbead Compare October 24, 2024 17:32
@renovate renovate Bot changed the title Update cloudflare/wrangler-action action to v3.11.0 Update cloudflare/wrangler-action action to v3.12.0 Nov 4, 2024
@renovate
renovate Bot force-pushed the renovate/cloudflare-wrangler-action-3.x branch from 39dbead to be4854c Compare November 4, 2024 17:05
@renovate renovate Bot changed the title Update cloudflare/wrangler-action action to v3.12.0 Update cloudflare/wrangler-action action to v3.12.1 Nov 6, 2024
@renovate
renovate Bot force-pushed the renovate/cloudflare-wrangler-action-3.x branch from be4854c to f1c56b6 Compare November 6, 2024 17:33
@renovate renovate Bot changed the title Update cloudflare/wrangler-action action to v3.12.1 Update cloudflare/wrangler-action action to v3.13.0 Nov 26, 2024
@renovate
renovate Bot force-pushed the renovate/cloudflare-wrangler-action-3.x branch from f1c56b6 to a4d998a Compare November 26, 2024 22:37
@renovate renovate Bot changed the title Update cloudflare/wrangler-action action to v3.13.0 Update cloudflare/wrangler-action action to v3.13.1 Jan 17, 2025
@renovate
renovate Bot force-pushed the renovate/cloudflare-wrangler-action-3.x branch from a4d998a to 4e6bca6 Compare January 17, 2025 17:26
@renovate renovate Bot changed the title Update cloudflare/wrangler-action action to v3.13.1 Update cloudflare/wrangler-action action to v3.14.0 Feb 11, 2025
@renovate
renovate Bot force-pushed the renovate/cloudflare-wrangler-action-3.x branch from 4e6bca6 to 5a21e70 Compare February 11, 2025 12:48
@renovate
renovate Bot force-pushed the renovate/cloudflare-wrangler-action-3.x branch from 5a21e70 to 0cd580a Compare March 15, 2025 06:26
@renovate renovate Bot changed the title Update cloudflare/wrangler-action action to v3.14.0 Update cloudflare/wrangler-action action to v3.14.1 Mar 15, 2025
@renovate renovate Bot changed the title Update cloudflare/wrangler-action action to v3.14.1 Update cloudflare/wrangler-action action to v3.15.0 Apr 16, 2026
@renovate
renovate Bot force-pushed the renovate/cloudflare-wrangler-action-3.x branch from 0cd580a to 90300c9 Compare April 16, 2026 10:59
@renovate renovate Bot changed the title Update cloudflare/wrangler-action action to v3.15.0 Update cloudflare/wrangler-action action to v3.15 Apr 21, 2026
@renovate
renovate Bot force-pushed the renovate/cloudflare-wrangler-action-3.x branch from 90300c9 to 767e50f Compare April 21, 2026 20:05
@renovate renovate Bot changed the title Update cloudflare/wrangler-action action to v3.15 Update cloudflare/wrangler-action action to v3.15.0 May 12, 2026
@renovate
renovate Bot force-pushed the renovate/cloudflare-wrangler-action-3.x branch from 767e50f to a66e177 Compare May 12, 2026 12: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