Problem/Motivation
I found a little typo in buildConfigurationForm() of Class Drupal\node\Plugin\Action\AssignOwnerNode:
The key '#selection_setttings' has three t's. In my opinion this could lead to show up the anonymous user, even if not intended here.
Patch to follow.