Skip to content

chore(deps): update astro to v5.18.0 - autoclosed#2380

Merged
setchy merged 1 commit intomainfrom
renovate/astro-monorepo
Feb 26, 2026
Merged

chore(deps): update astro to v5.18.0 - autoclosed#2380
setchy merged 1 commit intomainfrom
renovate/astro-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Feb 26, 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 - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), 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 requested a review from setchy as a code owner February 26, 2026 16:43
@renovate renovate Bot added the dependency Dependency updates label Feb 26, 2026
@netlify
Copy link
Copy Markdown

netlify Bot commented Feb 26, 2026

Deploy Preview for atlassify canceled.

Name Link
🔨 Latest commit 6db770a
🔍 Latest deploy log https://app.netlify.com/projects/atlassify/deploys/69a07846edb7d2000879c05c

@setchy setchy merged commit e87b346 into main Feb 26, 2026
11 of 12 checks passed
@setchy setchy deleted the renovate/astro-monorepo branch February 26, 2026 16:44
@renovate renovate Bot changed the title chore(deps): update astro to v5.18.0 chore(deps): update astro to v5.18.0 - autoclosed Feb 26, 2026
@github-actions github-actions Bot added this to the Release 3.3.0 milestone Feb 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependency Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant