Skip to content

Update actions/checkout action from vv4.3.1 to v6 - autoclosed#224

Closed
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/actions-checkout-6.x
Closed

Update actions/checkout action from vv4.3.1 to v6 - autoclosed#224
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/actions-checkout-6.x

Conversation

@renovate

@renovate renovate Bot commented Nov 20, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Pending
actions/checkout action major v4v6 v7.0.0 (+1)

Release Notes

actions/checkout (actions/checkout)

v6.0.3

Compare Source

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

v6

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

v5

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 force-pushed the renovate/actions-checkout-6.x branch from a5bcc96 to 0960acb Compare December 15, 2025 15:36
@renovate renovate Bot force-pushed the renovate/actions-checkout-6.x branch from 0960acb to f2be17d Compare December 31, 2025 18:15
@renovate renovate Bot force-pushed the renovate/actions-checkout-6.x branch from f2be17d to 391d72e Compare February 2, 2026 16:10
@renovate renovate Bot force-pushed the renovate/actions-checkout-6.x branch from 391d72e to ec0ca72 Compare March 8, 2026 08:58
@github-actions

github-actions Bot commented Mar 8, 2026

Copy link
Copy Markdown

Docker Scan - Alert(s) found with threshold matching severity high

Results

  • critical: 1
  • high: 0
  • medium: 4
  • low: 0

Docker Scan Report can be found here

Allowlist

Use the allowlist if you want to ignore vulnerabilities that do not affect the repository.
See the Docker Scan documentation on how to use allowlist.

@renovate renovate Bot force-pushed the renovate/actions-checkout-6.x branch from ec0ca72 to 6e0a585 Compare March 26, 2026 19:40
@github-actions

Copy link
Copy Markdown

Docker Scan - Alert(s) found with threshold matching severity high

Results

  • critical: 0
  • high: 2
  • medium: 4
  • low: 0

Docker Scan Report can be found here

Allowlist

Use the allowlist if you want to ignore vulnerabilities that do not affect the repository.
See the Docker Scan documentation on how to use allowlist.

@renovate renovate Bot changed the title Update actions/checkout action from vv4 to v6 Update actions/checkout action from vv4.3.1 to v6 Apr 16, 2026
@renovate renovate Bot changed the title Update actions/checkout action from vv4.3.1 to v6 Update actions/checkout action from vv4 to v6 Apr 16, 2026
@renovate renovate Bot changed the title Update actions/checkout action from vv4 to v6 Update actions/checkout action from vv4.3.1 to v6 Apr 19, 2026
@renovate renovate Bot changed the title Update actions/checkout action from vv4.3.1 to v6 Update actions/checkout action from vv4 to v6 Apr 19, 2026
@renovate renovate Bot force-pushed the renovate/actions-checkout-6.x branch from 6e0a585 to 901d81e Compare June 1, 2026 08:05
@github-actions

github-actions Bot commented Jun 1, 2026

Copy link
Copy Markdown

Docker Scan - Alert(s) found with threshold matching severity high

Results

  • critical: 0
  • high: 2
  • medium: 6
  • low: 3

Docker Scan Report can be found here

Allowlist

Use the allowlist if you want to ignore vulnerabilities that do not affect the repository.
See the Docker Scan documentation on how to use allowlist.

@renovate renovate Bot force-pushed the renovate/actions-checkout-6.x branch from 901d81e to 5ddf84e Compare June 2, 2026 20:35
@renovate renovate Bot changed the title Update actions/checkout action from vv4 to v6 Update actions/checkout action from vv4.3.1 to v6 Jun 2, 2026
@github-actions

github-actions Bot commented Jun 2, 2026

Copy link
Copy Markdown

Docker Scan - Alert(s) found with threshold matching severity high

Results

  • critical: 0
  • high: 2
  • medium: 6
  • low: 3

Docker Scan Report can be found here

Allowlist

Use the allowlist if you want to ignore vulnerabilities that do not affect the repository.
See the Docker Scan documentation on how to use allowlist.

@github-actions

github-actions Bot commented Jun 2, 2026

Copy link
Copy Markdown

📄 Terraform Plan PRD

Plan: 10 to add, 0 to change, 0 to destroy. 
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
 + create

Terraform will perform the following actions:

 # google_pubsub_subscription.kafka-stopplace-changelog-subscription will be created
 + resource "google_pubsub_subscription" "kafka-stopplace-changelog-subscription" {
     + ack_deadline_seconds       = (known after apply)
     + id                         = (known after apply)
     + labels                     = {
         + "app"     = "irkalla"
         + "manager" = "terraform"
         + "slack"   = "talk-ror"
         + "team"    = "ror"
       }
     + message_retention_duration = "604800s"
     + name                       = "KafkaStopPlaceChangelog"
     + project                    = "ent-irkalla-prd"
     + topic                      = "KafkaStopPlaceChangelog"
   }

 # google_pubsub_subscription.stopplace-delete-queue-subscription will be created
 + resource "google_pubsub_subscription" "stopplace-delete-queue-subscription" {
     + ack_deadline_seconds       = (known after apply)
     + id                         = (known after apply)
     + labels                     = {
         + "app"     = "irkalla"
         + "manager" = "terraform"
         + "slack"   = "talk-ror"
         + "team"    = "ror"
       }
     + message_retention_duration = "604800s"
     + name                       = "ChouetteStopPlaceDeleteQueue"
     + project                    = "ent-irkalla-prd"
     + topic                      = "ChouetteStopPlaceDeleteQueue"
   }

 # google_pubsub_subscription.stopplace-sync-queue-subscription will be created
 + resource "google_pubsub_subscription" "stopplace-sync-queue-subscription" {
     + ack_deadline_seconds       = (known after apply)
     + id                         = (known after apply)
     + labels                     = {
         + "app"     = "irkalla"
         + "manager" = "terraform"
         + "slack"   = "talk-ror"
         + "team"    = "ror"
       }
     + message_retention_duration = "604800s"
     + name                       = "ChouetteStopPlaceSyncQueue"
     + project                    = "ent-irkalla-prd"
     + topic                      = "ChouetteStopPlaceSyncQueue"
   }

 # google_pubsub_subscription.tiamat-changelog-subscription will be created
 + resource "google_pubsub_subscription" "tiamat-changelog-subscription" {
     + ack_deadline_seconds       = (known after apply)
     + id                         = (known after apply)
     + message_retention_duration = "604800s"
     + name                       = "ror.tiamat.changelog"
     + project                    = "ent-irkalla-prd"
     + topic                      = "projects/ent-tiamat-prd/topics/ror.tiamat.changelog"
   }

 # google_pubsub_topic.kafka-stopplace-changelog-topic will be created
 + resource "google_pubsub_topic" "kafka-stopplace-changelog-topic" {
     + id      = (known after apply)
     + labels  = {
         + "app"     = "irkalla"
         + "manager" = "terraform"
         + "slack"   = "talk-ror"
         + "team"    = "ror"
       }
     + name    = "KafkaStopPlaceChangelog"
     + project = "ent-irkalla-prd"
   }

 # google_pubsub_topic.kafka-stopplace-delete-queue will be created
 + resource "google_pubsub_topic" "kafka-stopplace-delete-queue" {
     + id      = (known after apply)
     + labels  = {
         + "app"     = "irkalla"
         + "manager" = "terraform"
         + "slack"   = "talk-ror"
         + "team"    = "ror"
       }
     + name    = "KafkaStopPlaceDeleteQueue"
     + project = "ent-irkalla-prd"
   }

 # google_pubsub_topic.stopplace-delete-queue will be created
 + resource "google_pubsub_topic" "stopplace-delete-queue" {
     + id      = (known after apply)
     + labels  = {
         + "app"     = "irkalla"
         + "manager" = "terraform"
         + "slack"   = "talk-ror"
         + "team"    = "ror"
       }
     + name    = "ChouetteStopPlaceDeleteQueue"
     + project = "ent-irkalla-prd"
   }

 # google_pubsub_topic.stopplace-sync-queue will be created
 + resource "google_pubsub_topic" "stopplace-sync-queue" {
     + id      = (known after apply)
     + labels  = {
         + "app"     = "irkalla"
         + "manager" = "terraform"
         + "slack"   = "talk-ror"
         + "team"    = "ror"
       }
     + name    = "ChouetteStopPlaceSyncQueue"
     + project = "ent-irkalla-prd"
   }

 # google_storage_bucket.storage_bucket will be created
 + resource "google_storage_bucket" "storage_bucket" {
     + force_destroy               = false
     + id                          = (known after apply)
     + labels                      = {
         + "app"     = "irkalla"
         + "manager" = "terraform"
         + "slack"   = "talk-ror"
         + "team"    = "ror"
       }
     + location                    = "EUROPE-WEST1"
     + name                        = "ror-irkalla-prd"
     + project                     = "ent-irkalla-prd"
     + public_access_prevention    = (known after apply)
     + self_link                   = (known after apply)
     + storage_class               = "REGIONAL"
     + uniform_bucket_level_access = true
     + url                         = (known after apply)

     + logging {
         + log_bucket        = "false"
         + log_object_prefix = "ror-irkalla-prd"
       }

     + versioning {
         + enabled = true
       }
   }

 # google_storage_bucket_object.content_folder will be created
 + resource "google_storage_bucket_object" "content_folder" {
     + bucket         = "ror-irkalla-prd"
     + content        = (sensitive value)
     + content_type   = (known after apply)
     + crc32c         = (known after apply)
     + detect_md5hash = "different hash"
     + id             = (known after apply)
     + kms_key_name   = (known after apply)
     + md5hash        = (known after apply)
     + media_link     = (known after apply)
     + name           = "StopPlace/"
     + output_name    = (known after apply)
     + self_link      = (known after apply)
     + storage_class  = (known after apply)
   }

Plan: 10 to add, 0 to change, 0 to destroy.


View full plan

@renovate renovate Bot changed the title Update actions/checkout action from vv4.3.1 to v6 Update actions/checkout action from vv4.3.1 to v6 - autoclosed Jun 21, 2026
@renovate renovate Bot closed this Jun 21, 2026
@renovate renovate Bot deleted the renovate/actions-checkout-6.x branch June 21, 2026 18:53
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