Skip to content

fix(deps): update all dependencies (major) - #34

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-all
Open

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-all

Conversation

@renovate

@renovate renovate Bot commented Nov 20, 2025 •

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/checkout action major v5 → v7 age confidence
actions/setup-go action major v6 → v7 age confidence
docker/build-push-action action major v6 → v7 age confidence
docker/login-action action major v3 → v4 age confidence
docker/setup-buildx-action action major v3 → v4 age confidence
docker/setup-qemu-action action major v3 → v4 age confidence
github.com/cloudflare/cloudflare-go/v6 require major v6.2.0 → v7.11.0 age confidence
goreleaser/goreleaser-action action major v6 → v7 age confidence

Release Notes

actions/checkout (actions/checkout)

v7.0.1

Compare Source

v7.0.0

Compare Source

v6.1.0

Compare Source

v6.0.3

Compare Source

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

actions/setup-go (actions/setup-go)

v7.0.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/setup-go@v6...v7.0.0

docker/build-push-action (docker/build-push-action)

v7.4.0

Compare Source

Full Changelog: docker/build-push-action@v7.3.0...v7.4.0

v7.3.0

Compare Source

v7.2.0

Compare Source

Full Changelog: docker/build-push-action@v7.1.0...v7.2.0

v7.1.0

Compare Source

Full Changelog: docker/build-push-action@v7.0.0...v7.1.0

v7.0.0

Compare Source

Full Changelog: docker/build-push-action@v6.19.2...v7.0.0

docker/login-action (docker/login-action)

v4.6.0

Compare Source

v4.5.2

Compare Source

v4.5.1

Compare Source

v4.5.0

Compare Source

v4.4.0

Compare Source

v4.3.0

Compare Source

Full Changelog: docker/login-action@v4.2.0...v4.3.0

v4.2.0

Compare Source

Full Changelog: docker/login-action@v4.1.0...v4.2.0

v4.1.0

Compare Source

Full Changelog: docker/login-action@v4.0.0...v4.1.0

v4.0.0

Compare Source

Full Changelog: docker/login-action@v3.7.0...v4.0.0

docker/setup-buildx-action (docker/setup-buildx-action)

v4.4.1

Compare Source

v4.4.0

Compare Source

Full Changelog: docker/setup-buildx-action@v4.3.0...v4.4.0

v4.3.0

Compare Source

Full Changelog: docker/setup-buildx-action@v4.2.0...v4.3.0

v4.2.0

Compare Source

Full Changelog: docker/setup-buildx-action@v4.1.0...v4.2.0

v4.1.0

Compare Source

  • Bump @​docker/actions-toolkit from 0.79.0 to 0.90.0 in #​489
  • Bump brace-expansion from 1.1.12 to 5.0.6 in #​547 #​508
  • Bump fast-xml-builder from 1.0.0 to 1.2.0 in #​540
  • Bump fast-xml-parser from 5.4.2 to 5.8.0 in #​496
  • Bump flatted from 3.3.3 to 3.4.2 in #​499
  • Bump glob from 10.3.12 to 13.0.6 in #​495
  • Bump handlebars from 4.7.8 to 4.7.9 in #​504
  • Bump lodash from 4.17.23 to 4.18.1 in #​523
  • Bump picomatch from 4.0.3 to 4.0.4 in #​503
  • Bump postcss from 8.5.6 to 8.5.10 in #​537
  • Bump tar from 6.2.1 to 7.5.15 in #​545
  • Bump undici from 6.23.0 to 6.25.0 in #​492
  • Bump vite from 7.3.1 to 7.3.2 in #​520

Full Changelog: docker/setup-buildx-action@v4.0.0...v4.1.0

v4.0.0

Compare Source

Full Changelog: docker/setup-buildx-action@v3.12.0...v4.0.0

docker/setup-qemu-action (docker/setup-qemu-action)

v4.4.0

Compare Source

Full Changelog: docker/setup-qemu-action@v4.3.0...v4.4.0

v4.3.0

Compare Source

Full Changelog: docker/setup-qemu-action@v4.2.0...v4.3.0

v4.2.0

Compare Source

v4.1.0

Compare Source

Full Changelog: docker/setup-qemu-action@v4.0.0...v4.1.0

v4.0.0

Compare Source

Full Changelog: docker/setup-qemu-action@v3.7.0...v4.0.0

cloudflare/cloudflare-go (github.com/cloudflare/cloudflare-go/v6)

v7.11.0

Compare Source

Full Changelog: v7.10.0...v7.11.0

Breaking Changes
  • addressing: AddressMaps.Accounts.Update() and AddressMaps.Accounts.Delete() now require an explicit memberAccountID string path parameter. The endpoint path was corrected from {account_id} to {member_account_id}. Callers must add the member account ID as a new positional argument.
  • cache: State type removed from the cache package.
  • cache: OriginCloudRegions return type consolidation: Update() now returns *OriginCloudRegionUpdateResponse (was *OriginCloudRegion); List() now returns V4PagePaginationArray[OriginCloudRegionListResponse] (was [OriginCloudRegion]); Get() now returns *OriginCloudRegionGetResponse (was *OriginCloudRegion). The shared OriginCloudRegion type is removed.
  • firewall: WAF.Overrides methods (New, Update, List, Delete, Get) now return only error instead of typed responses. Types Override, OverrideURL, RewriteAction, WAFRule, and WAFOverrideDeleteResponse are removed from the firewall package.
  • firewall: WAF.Packages.Get() return type changed from *WAFPackageGetResponse to *interface{}. The WAFPackageGetResponse type is removed.
  • hyperdrive: The shared Hyperdrive response type is removed. All Configs methods now return per-method response types: New() returns *ConfigNewResponse, Update() returns *ConfigUpdateResponse, List() returns V4PagePaginationArray[ConfigListResponse], Edit() returns *ConfigEditResponse, Get() returns *ConfigGetResponse.
  • rate_limits: All methods (New, List, Delete, Edit, Get) now return only error. The RateLimit and RateLimitDeleteResponse types are removed.
  • snippets: Rules.Update(), Rules.List(), Rules.Delete(), and Rules.Get() return types changed to *pagination.SinglePage[Rule*Response] instead of the previous direct *Rule*Response types.
  • ssl: VerificationValidationMethod type and its constants (VerificationValidationMethodHTTP, VerificationValidationMethodCNAME, VerificationValidationMethodTXT) removed. Verification.ValidationMethod field type changed from VerificationValidationMethod to the shared ValidationMethod type. Use ssl.ValidationMethodHTTP, ssl.ValidationMethodCNAME, ssl.ValidationMethodTXT instead.
  • user: Tokens.Value.Update() signature changed: the body TokenValueUpdateParams parameter is removed. Callers must remove the body argument from call sites.
  • workers: Scripts.Deployments.List() return type changed from *ScriptDeploymentListResponse to *pagination.V4PagePagination[ScriptDeploymentListResponse]. Callers using ListAutoPaging() are unaffected; callers referencing the return value by type must update.
Features
  • NEW SERVICE: managed_defense -- Managed Defense vulnerability discovery management
    • VulnerabilityDiscovery.Repositories.New(), List(), Get()
    • VulnerabilityDiscovery.Scans.New(), List(), Get(), GetReport()
    • VulnerabilityDiscovery.Reports.Get()
  • NEW SERVICE: field_extractors -- Field extractor configuration
    • Update() - PUT /accounts/{account_id}/field_extractors/{extractor}
    • Delete() - DELETE /accounts/{account_id}/field_extractors/{extractor}
    • Get() - GET /accounts/{account_id}/field_extractors/{extractor}
  • accounts: add Entitlements.List() method (GET /accounts/{account_id}/entitlements)
  • hyperdrive: add Configs.Restart() method (POST /accounts/{account_id}/hyperdrive/configs/{hyperdrive_id}/restart)
  • magic_transit: add BGPFilterProfiles sub-resource with New(), Update(), List(), Delete(), Get() methods (/accounts/{account_id}/magic/bgp/filter_profiles)
  • pipelines: add shared ListField, SourceField, and StructField types (and corresponding param variants)
  • registrar: add TransferIn.New() method (POST /accounts/{account_id}/registrar/registrations/{domain_name}/transfer-in)
  • registrar: add TransferInStatus.Get() method (GET /accounts/{account_id}/registrar/registrations/{domain_name}/transfer-in-status)
  • zero_trust: add Casb.Posture.Policies sub-resource with New(), Update(), List(), Delete(), Get() methods
  • zones: add Entitlements.List() method (GET /zones/{zone_id}/entitlements)
  • zones: add Observability.Tracing.Settings sub-resource with Update(), Delete(), Get() methods
  • zones: add Observability.Tracing.Rules sub-resource with Update(), Delete(), Get() methods

v7.10.0

Compare Source

Full Changelog: v7.9.0...v7.10.0

Breaking Changes
  • email_routing: DNS.Get() return type changed from *DNSGetResponse to *[]DNSRecord. The DNSGetResponse type is removed.
  • email_routing: DNS.Delete() return type changed from *pagination.SinglePage[DNSRecord] to *Settings.
  • magic_transit: HealthCheckParam and HealthCheck types removed from the magic_transit package.
  • page_shield: PageShield.Get() return type changed from *Setting to *PageShieldGetResponse. The Setting type is removed.
  • page_shield: PolicyParam type removed from the page_shield package.
  • page_shield: Connection type removed and split into ConnectionListResponse and ConnectionGetResponse. Connections.List() now returns *pagination.SinglePage[ConnectionListResponse] and Connections.Get() now returns *ConnectionGetResponse.
  • page_shield: Script type removed and replaced by ScriptListResponse. Scripts.List() now returns *pagination.SinglePage[ScriptListResponse].
  • realtime_kit: Livestreams.NewIndependentLivestream() method removed along with the LivestreamNewIndependentLivestreamResponse type.
Features
  • accounts: add Subscriptions.CancelDowngrade() method (POST /accounts/{account_id}/subscriptions/cancel-downgrade)
  • accounts: add Subscriptions.GetByIdentifier() method (GET /accounts/{account_id}/subscriptions/{subscription_identifier})
  • accounts: add Subscriptions.CancelReason sub-resource with New() and Get() methods
  • accounts: add Subscriptions.Actions sub-resource with Append() method
  • accounts: add Subscriptions.Bulk sub-resource with New() method (POST /accounts/{account_id}/bulk/subscriptions)
  • accounts: add PaymentMethods sub-resource with New(), Update(), List(), Delete(), Get(), and SetAsDefault() methods
  • accounts: add PayInvoice sub-resource with New() method (POST /accounts/{account_id}/pay-invoice)
  • accounts: add PayBadDebt sub-resource with New() method (POST /accounts/{account_id}/pay-bad-debt)
  • accounts: add Receipts sub-resource with PDF() method (GET /accounts/{account_id}/receipts/{receipt_id}/pdf)
  • accounts: add Invoices sub-resource with Edit() method (PATCH /accounts/{account_id}/invoices)
  • accounts: add ClientSecret sub-resource with New() method (POST /accounts/{account_id}/client-secret)
  • addressing: add Prefixes.BGPPrefixes.Delete() method (DELETE /accounts/{account_id}/addressing/prefixes/{prefix_id}/bgp/prefixes/{bgp_prefix_id})
  • billing: add Billing.AddressValidation() method (POST /billing/address-validation)
  • billing: add Profiles.New(), Update(), Delete(), and UpdateBillingEmail() methods
  • billing: add Profiles.PaymentMethod sub-resource with New() method
  • billing: add Credits sub-resource with Get() method (GET /accounts/{account_id}/billing/credits)
  • billing: add History sub-resource with List() method (GET /accounts/{account_id}/billing/history)
  • billing: add BadDebt sub-resource with Get() method (GET /accounts/{account_id}/billing/bad-debt)
  • billing: add UnpaidInvoice sub-resource with Get() method (GET /accounts/{account_id}/billing/unpaid-invoice)
  • billing: add RatePlans sub-resource with Get() method (GET /billing/rate_plans/{public_key})
  • browser_rendering: add Devtools.Browser.LiveView.New() method (POST /accounts/{account_id}/browser-rendering/devtools/browser/{session_id}/live_view)
  • content_scanning: add Payloads.Update() method (PATCH /zones/{zone_id}/content-upload-scan/payloads/{expression_id})
  • email_security: add Settings.AllowPolicies.Batch() method (POST /accounts/{account_id}/email-security/settings/allow_policies/batch)
  • email_security: add Settings.BlockSenders.Batch() method (POST /accounts/{account_id}/email-security/settings/block_senders/batch)
  • email_security: add Settings.ContentPolicies sub-resource with New(), List(), Delete(), Batch(), Edit(), and Get() methods
  • email_security: add Settings.Domains.New(), Update(), and Batch() methods
  • email_security: add Settings.TrustedDomains.Batch() method (POST /accounts/{account_id}/email-security/settings/trusted_domains/batch)
  • email_sending: add Suppressions sub-resource with New(), List(), Delete(), Edit(), Get(), and Import() methods
  • email_sending: add Subdomains.Edit() method (PATCH /zones/{zone_id}/email/sending/subdomains/{subdomain_id})
  • logpush: add Transformers sub-resource with New(), Update(), List(), Delete(), Get(), and Preview() methods
  • logpush: add Transformers.Content sub-resource with Get() method (GET /accounts/{account_id}/logpush/transformers/{transformer_id}/content)
  • logpush: add Transformers.Versions sub-resource with List() method (GET /accounts/{account_id}/logpush/transformers/{transformer_id}/versions)
  • realtime_kit: add Presets.ReplacePresetByID() method (PUT /accounts/{account_id}/realtime/kit/{app_id}/presets/{preset_id})
  • spectrum: add Protocols sub-resource with List() method (GET /zones/{zone_id}/spectrum/protocols)
  • ssl: add Recommendations sub-resource with Get() method (GET /zones/{zone_id}/ssl/recommendation)
  • token_validation: add Configuration.Credentials.Edit() method (PATCH /zones/{zone_id}/token_validation/config/{config_id}/credentials)
  • user: add SpectrumAnalytics.Zones.Reports sub-resource with Get() method (GET /user/spectrum_analytics/zones/report)
  • zero_trust: add ResourceLibrary.Applications.New() method (POST /accounts/{account_id}/resource-library/applications)
  • zero_trust: add ResourceLibrary.Applications.Update() method (PATCH /accounts/{account_id}/resource-library/applications/{id})
  • zero_trust: add ResourceLibrary.Applications.Delete() method (DELETE /accounts/{account_id}/resource-library/applications/{id})
  • zones: add NEL sub-resource with Edit() and Get() methods (PATCH/GET /zones/{zone_id}/settings/nel)

v7.9.0

Compare Source

Full Changelog: v7.8.0...v7.9.0

Breaking Changes

See the v7.9.0 Migration Guide for before/after code examples and actions needed for each change.

  • billing: Usage.Paygo() and Usage.PaygoInfo() endpoints changed from /accounts/{account_id}/paygo-usage and /accounts/{account_id}/paygo-usage-info to /accounts/{account_id}/billable-usage and /accounts/{account_id}/billable-usage/info respectively. The method signatures and return types are unchanged.
  • hostnames: Settings.TLS.Get() method signature changed -- now requires a hostname path parameter and returns *Setting instead of *pagination.SinglePage[SettingTLSGetResponse]. The SettingTLSGetResponse type and GetAutoPaging() method are removed. A new List() method replaces the old paginated listing behavior.
  • intel: AttackSurfaceReport.Issues.Dismiss() method removed along with AttackSurfaceReportIssueDismissResponse and AttackSurfaceReportIssueDismissParams types.
  • rulesets: return types changed for several mutating methods. Rulesets.New() now returns *RulesetNewResponseEnvelopeResult instead of *RulesetNewResponse. Rulesets.Update() now returns *RulesetUpdateResponseEnvelopeResult instead of *RulesetUpdateResponse. Rulesets.Phases.Update() now returns *PhaseUpdateResponseEnvelopeResult instead of *PhaseUpdateResponse. Rulesets.Rules.New() now returns *RuleNewResponseEnvelopeResult instead of *RuleNewResponse. Rulesets.Rules.Delete() now returns *RuleDeleteResponseEnvelopeResult instead of *RuleDeleteResponse. Rulesets.Rules.Edit() now returns *RuleEditResponseEnvelopeResult instead of *RuleEditResponse. The old response types (RulesetNewResponse, RulesetUpdateResponse, PhaseUpdateResponse, RuleNewResponse, RuleDeleteResponse, RuleEditResponse) are removed.
  • zero_trust: ResourceLibrary.Applications.Get() and ResourceLibrary.Categories.Get() id parameter type changed from string to int64. The ID field on ResourceLibraryApplicationGetResponse and ResourceLibraryCategoryGetResponse also changed from string to int64.
  • zero_trust: Casb.Applications.List() return type changed from *[]CasbApplicationListResponse to *pagination.SinglePage[CasbApplicationListResponse]. Casb.Applications.AuthMethods.List() return type changed from *[]CasbApplicationAuthMethodListResponse to *pagination.SinglePage[CasbApplicationAuthMethodListResponse]. Casb.Integrations.List() return type changed from *CasbIntegrationListResponse to *pagination.SinglePage[CasbIntegrationListResponse]. These methods now support auto-paging via ListAutoPaging().
  • zones: CT.Alerting.Edit() and CT.Alerting.Get() return types changed from *CTAlertingEditResponse / *CTAlertingGetResponse to the shared *CTAlertingSubscription type. The old per-method response types are removed.
Features
  • NEW SERVICE: precursor -- Precursor configuration management
    • Update() - PUT /zones/{zone_id}/precursor
    • Get() - GET /zones/{zone_id}/precursor
  • accounts: add SpeedSettings.Transformations.Get() method (GET /accounts/{account_id}/settings/transformations)
  • addressing: add Prefixes.Validate() method (POST /accounts/{account_id}/addressing/prefixes/{prefix_id}/validate)
  • billing: add Usage.GetAccountUsageInfoV1(), Usage.GetAccountUsageV1(), and Usage.GetAccountUsageV2() methods for billable usage data
  • custom_hostnames: add Quota.Get() method (GET /zones/{zone_id}/custom_hostnames/quota)
  • dns: add DNSSEC.Zsk.List() method (GET /zones/{zone_id}/dnssec/zsk)
  • hostnames: add Settings.TLS.List() method (GET /zones/{zone_id}/hostnames/settings/{setting_id}) returning paginated SettingTLSListResponse
  • intel: add URLs.Get() method (GET /accounts/{account_id}/intel/url)
  • intel: add Sinkholes.New(), `Up

❗ Important

✂ PR body was truncated to here.


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.

👻 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 changed the title chore(deps): update actions/checkout action to v6 chore(deps): update all dependencies (major) Feb 21, 2026
@renovate
renovate Bot force-pushed the renovate/major-all branch from efd1916 to c2bf5c8 Compare February 21, 2026 16:30
@renovate
renovate Bot force-pushed the renovate/major-all branch 3 times, most recently from 5897943 to 033d96f Compare March 5, 2026 23:51
@renovate
renovate Bot force-pushed the renovate/major-all branch from 033d96f to 497ef5b Compare May 20, 2026 22:01
@renovate renovate Bot changed the title chore(deps): update all dependencies (major) fix(deps): update all dependencies (major) May 20, 2026
@renovate
renovate Bot force-pushed the renovate/major-all branch from 497ef5b to b93e560 Compare May 29, 2026 20:39
@renovate
renovate Bot force-pushed the renovate/major-all branch 3 times, most recently from 3a2fdc2 to b2af98e Compare June 18, 2026 21:38
@renovate
renovate Bot force-pushed the renovate/major-all branch 2 times, most recently from e8dc1dc to a6e61ed Compare July 16, 2026 04:47
@renovate
renovate Bot force-pushed the renovate/major-all branch from a6e61ed to 264f89f Compare July 27, 2026 18:13
@renovate
renovate Bot force-pushed the renovate/major-all branch from 264f89f to 2ad35d6 Compare August 20, 2026 18:12
@renovate
renovate Bot force-pushed the renovate/major-all branch from 2ad35d6 to 50820b0 Compare September 5, 2026 02:30
@renovate
renovate Bot force-pushed the renovate/major-all branch from 50820b0 to 6a9adc0 Compare September 25, 2026 03:08
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