Skip to content

chore(deps): update dependency astro to v5.18.0#543

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/astro-monorepo
Mar 4, 2026
Merged

chore(deps): update dependency astro to v5.18.0#543
renovate[bot] merged 1 commit intomainfrom
renovate/astro-monorepo

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 4, 2026

This PR contains the following updates:

Package Change Age Confidence
astro (source) 5.17.35.18.0 age confidence

Release Notes

withastro/astro (astro)

v5.18.0

Compare Source

Minor Changes
  • #​15589 b7dd447 Thanks @​qzio! - Adds a new security.actionBodySizeLimit option to configure the maximum size of Astro Actions request bodies.

    This lets you increase the default 1 MB limit when your actions need to accept larger payloads. For example, actions that handle file uploads or large JSON payloads can now opt in to a higher limit.

    If you do not set this option, Astro continues to enforce the 1 MB default to help prevent abuse.

    // astro.config.mjs
    export default defineConfig({
      security: {
        actionBodySizeLimit: 10 * 1024 * 1024, // set to 10 MB
      },
    });
Patch Changes
  • #​15594 efae11c Thanks @​qzio! - Fix X-Forwarded-Proto validation when allowedDomains includes both protocol and hostname fields. The protocol check no longer fails due to hostname mismatch against the hardcoded test URL.

Configuration

📅 Schedule: Branch creation - "before 3am" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 added the T: renovate Automatic renewal by renovate label Mar 4, 2026
@renovate renovate bot enabled auto-merge (squash) March 4, 2026 17:00
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Mar 4, 2026

Deploying website with  Cloudflare Pages  Cloudflare Pages

Latest commit: 77cfe18
Status:⚡️  Build in progress...

View logs

@renovate renovate bot force-pushed the renovate/astro-monorepo branch from 2635d01 to 77cfe18 Compare March 4, 2026 22:40
@renovate renovate bot merged commit 34e2795 into main Mar 4, 2026
2 of 3 checks passed
@renovate renovate bot deleted the renovate/astro-monorepo branch March 4, 2026 22:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

T: renovate Automatic renewal by renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants