With the release of Drupal, an important rendering behavior has changed for block content render arrays. If your custom modules or themes rely on #attributes in block render arrays, this update may affect your frontend output.
The change was introduced in the Drupal core issue:
“Attributes of a block content are applied to block itself” (#2486267)
This article explains what changed, why it matters, and how to update your code correctly.